Search found 4185 matches
- Jul 08, 2011 23:04
- Forum: Community Discussion
- Topic: SVN v.s. CVS
- Replies: 5
- Views: 1065
- Jul 08, 2011 23:01
- Forum: Community Discussion
- Topic: OMG! I won!!!
- Replies: 19
- Views: 3587
- Jul 08, 2011 23:01
- Forum: Projects
- Topic: Real time audio spectrogram tool
- Replies: 4
- Views: 1691
- Jul 08, 2011 22:53
- Forum: Tips and Tricks
- Topic: Double Linked List
- Replies: 3
- Views: 1506
- Jul 08, 2011 22:52
- Forum: Linux
- Topic: brainf*ck compiler for 32 bit linux.
- Replies: 5
- Views: 2522
- Jul 08, 2011 22:30
- Forum: Community Discussion
- Topic: Suggestion for one more extern "C++" statement.
- Replies: 5
- Views: 1470
- Jul 08, 2011 22:25
- Forum: Windows
- Topic: A in memory of the code in exe execution. ask for help!
- Replies: 1
- Views: 1080
Moved to the Windows forum. Also, the original code can be found here: http://archive.cnblogs.com/a/1728812/
The translation looked okay to me, but I don't have FreeBASIC running on Windows atm so I can't debug.
The translation looked okay to me, but I don't have FreeBASIC running on Windows atm so I can't debug.
- Jul 01, 2011 8:46
- Forum: General
- Topic: Converting Ptr
- Replies: 11
- Views: 1130
- Jul 01, 2011 8:30
- Forum: Community Discussion
- Topic: What a tragedy in Japan.
- Replies: 16
- Views: 3244
I know it's controversial but I actually think we should continue investing in nuclear. We need to keep them maintained and not build them on fault lines where there are earthquakes but for now it's our best bet besides stinky, dirty, deadly coal and oil. Did you know there is more radiation around ...
- Jul 01, 2011 8:25
- Forum: Beginners
- Topic: Shared Variable Not Being Recognized in #Includes
- Replies: 24
- Views: 3256
- Jul 01, 2011 8:15
- Forum: Community Discussion
- Topic: QT Application Framework
- Replies: 26
- Views: 4859
- Jun 29, 2011 9:55
- Forum: Community Discussion
- Topic: Git repository
- Replies: 14
- Views: 2782
Ah yes, extremely easy! $ mkdir my-project $ cd my-project/ $ echo 'print "Hello, world!"' > main.bas $ git init empty Git repository in my-project/.git/ $ git add . $ git commit -m 'Initial commit' [master (root-commit) 02fbd58] Initial commit 1 files changed, 1 insertions(+), 0 deletions(-) create...
- Jun 29, 2011 8:01
- Forum: Community Discussion
- Topic: Git repository
- Replies: 14
- Views: 2782
- Jun 29, 2011 7:08
- Forum: Tips and Tricks
- Topic: Neat Bumpmapping Trick
- Replies: 2
- Views: 1303
- Jun 29, 2011 7:06
- Forum: Community Discussion
- Topic: Git repository
- Replies: 14
- Views: 2782
Hey Garvan, Instead of 'checkout', as we did for SVN, we use the term 'clone' for git. The command to clone the repository is like this: $ git clone git://fbc.git.sourceforge.net/gitroot/fbc/fbc Initialized empty Git repository in /wherever/you/are/fbc/.git/ remote: Counting objects: 69804, done. re...