Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
15% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
17
Posts with Downvotes
13
Downvoting Members
6
1 Commented Post
0 Endorsements
Ranked #4K
~11.2K People Reached
Interests
Star Trek, Physics
PC Specs
Dell venue 11 pro
Favorite Tags
Member Avatar for Jack_11

How can I learn GUI java? I've been having some problems with places to learn. Can anybody reccomend a source?

Member Avatar for Violet_82
0
381
Member Avatar for Jack_11

I have been programming in lisp for a while, not as a main language. But i've gotten pretty decent at it. But I was wondering about if it was a legacy language or not.

Member Avatar for Schol-R-LEA
0
346
Member Avatar for vjcagay
Member Avatar for vegaseat
-1
4K
Member Avatar for Jack_11
Member Avatar for 1stDAN
0
110
Member Avatar for dany12

I have only one week to learn java at a intermediate level. What books tutorials you recomend? Another thing I have to learn is java Algoritms and Data structures. Can some one show me how? I have a little bit understanding of arrays if while for switch classes try catch …

Member Avatar for stultuske
0
240
Member Avatar for Jack_11

I'm making a program that will let you access a system via encrypted code from a USB. But I can't seem to figure out how I would go about making the user login to the computer via USB. I'll add the code in the code so far. /* This is …

Member Avatar for happygeek
0
422
Member Avatar for Jack_11

Hello. I'm a thirteen year old programmer. I find it strange how I can learn the core of a language in about half an hour. No joke. I've been programming for about a year, and I know about half a dozen languages. Including C/C++, Lisp, Python, Perl, SQL, Java, C#, …

Member Avatar for <M/>
0
661
Member Avatar for london-G

Hello, I am trying to connect to a hosted database on netbeans(java). So far I have the following: Connection con = null; Properties conProps = new Properties(); conProps.setProperty("user", "user"); conProps.setProperty("password", "password"); try { con = DriverManager.getConnection("jdbc:mysql://host:3306/dbname", conProps); String sql = ("SELECT * from products"); st = (com.mysql.jdbc.PreparedStatement) con.prepareStatement(sql); st.executeQuery(); rs …

Member Avatar for london-G
0
362
Member Avatar for Jack_11

I've been asigned to develop a website in php. I run windows, and I want to know what IDEs are good for this.

Member Avatar for Jack_11
0
94
Member Avatar for tNicknames

My localhost is running on self-certified HTTPS and I am using Stripe API. I am getting following errors: Warning: stream_socket_client() [function.stream-socket-client]: SSL: connection timeout in D:\xampp\htdocs\edplace_live\stripe\stripe\lib\Stripe\ApiRequestor.php on line 374 Warning: stream_socket_client() [function.stream-socket-client]: Failed to enable crypto in D:\xampp\htdocs\edplace_live\stripe\stripe\lib\Stripe\ApiRequestor.php on line 374 Warning: stream_socket_client() [function.stream-socket-client]: unable to connect to ssl://api.stripe.com:443 (Unknown …

Member Avatar for Jack_11
0
398
Member Avatar for Jack_11

I was just poking around the C# forum, (and some others) and I noticed that there's a lot of people that are reading and writing data from text files in C#. When in python you could do in ten lines when in C# it takes fifty. HECK PERL IS BETTER …

Member Avatar for cgeier
0
141
Member Avatar for Jack_11

One thing. Why aren't there any high-level languages capable of low-lovel programming? I understand that pointers and such are a difficult concept. But why hasn't anybody made a systems programming language like python (I.e. a high-level syntax)

Member Avatar for mike_2000_17
0
277
Member Avatar for nikiki

So i am making a registration program for conferences and when the user registers for a conference or workshop they have the option to print a schedule of what they have signed up for but i cant figure out how to sort the conference or workshop text files by the …

Member Avatar for Jack_11
0
203
Member Avatar for petrarobert002
Member Avatar for Jack_11

Hello! I'm a programmer that mostly just writes code for operating system kernels, and device drivers. I was wondering how much most people would get paid for doing so.

Member Avatar for glenn_3
0
146
Member Avatar for doris_3

Implement a C function that can perform addition of two 15-digit (positive) integers. As in C the maximum integer number that can be stored in memory is 2147483647 it is not possible to use primitive data types in order to add very large whole numbers. For this reason, you are …

Member Avatar for Jack_11
0
213
Member Avatar for Jack_11

Maybe is there a way to make a feature so that we could code interactive posting games to make this even more fun.

0
3K