Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

12 Posted Topics

Member Avatar for m1n1m3

Hi, We have an Android appliation with local Postgre JDBC driver. *But there is a requirement to use a Google API with andorid application. The plan is to re-wire Android postgre DB classes to use DB from google api place. Is it possible to use Postgre SQL inside google API …

Member Avatar for Member #949455
0
150
Member Avatar for otttt

What about solution without server side application? The SQL-lite is the thing that comes up everywhere? Can it be found as a DB server that is connectable from android application?

Member Avatar for peter_budo
0
176
Member Avatar for m1n1m3

Hey! **Im here to ask for Your advice.** For a school project we choosed to create a android application that uses a database. As we are thrid year studens we have some experiance. But it is not as notable. We have **seen some**: **Access SQL** only on acess. How to …

Member Avatar for peter_budo
0
253
Member Avatar for m1n1m3

Hi, I have a simple usb device that i can plug into a PC. The thing im looking for in user interface that is: 1) Multiplatform 2) Manages it own drivers (for plug in USB device) 3) No install file, a executable. The thing im looking for is like this …

Member Avatar for jackmaverick1
0
313
Member Avatar for m1n1m3

Hi, Iv downloaded and installed RXTX library: -put files into java folder. -used eclipse / project / properties / java build path ... -also did the: eclipse / help / install new software... But when i add: [CODE]import gnu.io.*;[/CODE] ... and run any example code, the classes are red lines. …

0
105
Member Avatar for 03hasnam

Hi, To install use tutorial: [url]http://mihirknows.blogspot.com/2008/05/connecting-to-serial-port-from-eclipse_28.html[/url] and [url]http://www.jcontrol.org/download/readme_rxtx_en.html[/url]

Member Avatar for m1n1m3
0
201
Member Avatar for m1n1m3

Hi! I have a JS ajax function that goes into PHP file and returns (by echo) javascript code (a string data). All that is echo-d is in "return_data" variable. The problem is that returned JS code wont run. For example if i try to return simple JS function alert from …

Member Avatar for Member #120589
0
168
Member Avatar for m1n1m3

Hi! I have problem that i fail to find solution for and im looking for some help from you as im hopelessly struggling for answers. So i have a HTML table and some cells are filled with id-d div-s. The problem is only the first id-d cell is filled with …

Member Avatar for m1n1m3
0
199
Member Avatar for m1n1m3

Hi ! To improve my java programming skills i like to write a really fancy fib. nr. calculator. Did it in C using memory allocation methods and hot to 1M digits in ~10min. So something like Step-Up challenge. The only thing as far as i can see limits my progress …

Member Avatar for NormR1
0
248
Member Avatar for m1n1m3

Hi! I have a function that i like to move 2 image objects around. (it works with 1) But im getting errors while im trying to pass multiple object id-s. I believe example will tell you more. [CODE] <script> function Init() { document.getElementById('pilt_kivi').style.left = x + 'px'; document.getElementById('pilt_kivi').style.top = y …

Member Avatar for m1n1m3
0
252
Member Avatar for m1n1m3

Hi I have a structure of members uint x,uint y (name is "ruudud") declared as global variable. Iv declared structure and pointer to structure globally in following way: [ICODE]struct ruudud{ unsigned int x: 6; // 64 max unsigned int y: 6; }; struct ruudud *r_ptr;[/ICODE] Iv allocated memory in following …

Member Avatar for gerard4143
0
235
Member Avatar for m1n1m3

Hi, It is my very first post, im doing it because i know some C basics and now im stuck with more advanced problems, more catchy questions. Lets say iv allocated a memory block by function called calloc. i have 1 bit field [CODE]struct datatype { unsigned short int a: …

Member Avatar for Narue
0
167

The End.