Has anyone had any experience of this? Is it easy? I know very little C, but all I want to do is package the web app as a native app. Is that allowed by Apple anyway?
Thanks!
Hi everyone,
I am having little bit problem in importing classes in python. My work flow goes like this
-index.py
---class template:
------def header():
------def body():
------def footer():
-display.py
I want to call function header(), body() and footer () in my display.py page. Will anyone make me clear about this issue in python. Thanks for your concern.
I have built two programs in C# and I am sending simple strings through the sockets. This is fine for the moment but in the near future I will need to send more complicated items, such as objects down the sockets and eventually files.
What steps would I take to do this? What purpose do the buffers serve for the sockets/streams? Apologies if I am a little vague.
hello ,
I'm a little bit confused about it .
it seems that it is integrated with Google web kit tools to build Google web apps .
but can i use to build a Gui for standard java app , (like netbeans) ??
i know it sounds silly but i spend a lot of time to know if is it possible or not but i couldn't know.
notice that i am a mac user , ( WindowBuilder on mac seems not fully supported ) .
thanks in advance .
I'm making a little application in Actionscript 3. In my initApp.as I have created another class which needs to edit the currentState, which is only accessible from the main .as (initApp.as). I found a solution such that I can reach the currentState property from my other class: Application.application.currentState.
This is however not a good solution as it couples the classes too much.. is there a better way of editing the currentState from other classes?
Hi I just deployed onto spring project. I don't even know a little about spring framework. I just want learn Spring framework with a guidance of a best book. Can you please suggest me the books that should cover version 3.0.
How do I get started with programming PICs (or similar products)?
Preferably in C. What are some good beginner kits, tutorials, books, etc.?
Maybe some little robotic project ideas.
So I want to have an "Exit" option on my menubar, NP. The JFrame already has the DISPOSE_ON_CLOSE in it's setDefaultCloseOperation method. I've looked around and have yet to find what I believe is a good example... What's a good or right way? A little help please!
As Always...
I've increased the font of my ticklabels successfully, but now they're too close to the axis. I'd like to add a little breathing room between the ticklabels and the axis.
I got a little problem
i need a sql query that gives all rows back that only contains 0 in it.
the column is defined as varchar2(6)
the values in the column looks like this:
0
00
00
100
bc00
000000
00000
my first solution would be like this:
Oracle:
substr('000000' || COLUMN_NAME, -6) = '000000'
SQL Server:
right('000000' + COLUMN_NAME, 6) = '000000'
is there an other way?
(it needs to work on both systems)
If I obfuscated python code, would it provide the same level of 'security' as c#/java obfuscating?
i.e it makes things a little hard, but really you can still reverse engineer if you really wanted to, its just a bit cryptic.
Hi-
I need help with making my first package installer for Mac OS X. I have everything done fine, except at the end I need to run some postinstall scripts. I am a little confused as how to do this, I guess I need to link to a file, but then how do I save these scripts as an Executable?
Please help, thanks.
I'm starting to learn reg exp and i'm just curious to reg exp used by the rest of the people so i can have a thread to look at and learn from. I had started with the eight listed here, i tried to play a little big with firebug and some tutorials and used some in my websites, but i'd like to know some from more experienced people. Thanks!
Well I Have a little problem , i want to Get the sum of all numbers below to 1000000 , and who has 4 Divisors...
I Try but i have a problem :
http://pastebin.com/bhiDb5fe
Hello,
May I know what is the different between C# and .Net? because when I think of C#, right away I would say is a .Net, but when I seearch for job, posts sometimes say require candidate to have C# and .Net experience. Can someone give me little of explaination?
thanks..
I was recently asked "Do you know when to decide between going for more RAM or more servers?" (in the context of scaling data mining applications).
I had no idea, so what are some ways to decide? I have very little knowledge of architecture and scaling (my understanding of computer memory and what a server does is limited to the high-level basics), so tips on learning more about these things in general are also very welcome.
Hello,
I have come across lots of code which will find all the links on a page. I would like something that takes it a step further and finds it for the whole site.
Spidering the links is a little trickier than in seems!
Any idea will be greatly received.
Simple Question:
How do you return an empty C-String with as little code as possible?
I have code that needs to return an empty char*. I am looking for something along the lines of return "";. I know there are several ways to do this, but I am looking for the most efficient way possible.
Using return ""; gives warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
Thanks!
I'm thinking it's a bug, but as of 1.4.2, .live() is supposed to support custom events. Here's a quick little demo: http://jsbin.com/erofi/edit
Is it a bug, or am I doing something wrong with my triggers?
Hi everyone!
When changing the orientation of the iPad, my app rotates its view very fast. It is difficult to perceive the transition between both orientations. I would like to increase a little bit the duration of this transition.
Does anyone know how to increase the duration of this transition?
Thanks!
Is there a limited-length string class around? I've searched a
little on the net and didn't find anything. I'm interested in a
class that limits (possibly at compile time) the length to 255,
so marshalling the string's length only requires one byte.
I'm writing a little application for my BlackBerry and I need to send some data to a webpage (Via GET or POST)
Can anyone advise on the way to do this with the BlackBerry.