Go Back   CodeCall Programming Forum > Blogs
Register Blogs Search Today's Posts Mark Forums Read

Old

Branda Tente Çadır İmalat ve Satış

Posted Today at 07:39 PM by poyranus

Doğal hayatta sığınak olarak kullanılan kamp malzemeleri. Çadırların üretildikleri malzemeye ve tasarımlarına göre farklı hava şartlarında kullanılmaya elverişli şekilleri vardır.
Şekillerine Göre Çadır Tipleri

Şekillerine göre çadırlar üç şekilde gruplanır. Ayrıca her grupta çadırdan yararlanacak kişi sayısına, etkinliğin süresine ve çadır...
Newbie
Posted in Uncategorized
Views 8 Comments 0 poyranus is offline Edit Tags
Old

Doing math in sed

Posted 02-04-2010 at 05:03 PM by DarkLordoftheMonkeys

I like sed primarily for one reason: it's weird. It is, I would say, the only esoteric language anyone uses for practical purposes. Its syntax is illegible to most programmers and appears to the uninitiated as just a bunch of random characters. It uses a lot of slashes, dollar signs, curly brackets, and whatnot. It is one of the least verbose languages in the history of programming, to the extent that no sed command is longer than a single character.

Another weird thing about sed...
DarkLordoftheMonkeys's Avatar
Programmer
Posted in Uncategorized
Views 33 Comments 0 DarkLordoftheMonkeys is offline Edit Tags
Old

Collaboritive coding

Posted 01-31-2010 at 08:09 PM by WingedPanther

Recently, in the course of doing some Beta-reading with my wife of some fanfiction stories, it became apparent that it would be really helpful if we could each add our comments at the same time, and independently.

Google Wave was the obvious tool for this. Unfortunately, loading it on dialup is a bit ridiculous. OK, it's a LOT ridiculous. Nice software, but the bloat is almost impossible to deal with.

After a little bit of research, I next tried AbiWord. It's a...
WingedPanther's Avatar
Super Moderator
Posted in Uncategorized
Views 82 Comments 2 WingedPanther is offline Edit Tags
Old

Trying to get a grasp on Turing completeness

Posted 01-29-2010 at 09:32 PM by DarkLordoftheMonkeys

I'm trying to learn programming as well as I can. I've found that there's still much that I have to learn, and much that I have yet to grasp. A lot of what I need to grasp is theory, because in order to understand computers, well enough to program them effectively, I have to understand computer science. This is why I've done as much research as I can on discrete mathematics, algorithms, data structures, BNF, etc.

Today I came to the topic of Turing completeness, something I had...
DarkLordoftheMonkeys's Avatar
Programmer
Posted in Uncategorized
Views 93 Comments 2 DarkLordoftheMonkeys is offline Edit Tags
Old

Produce time output in 12 hour format

Posted 01-28-2010 at 01:03 PM by koding88

In Liberty BASIC, and maybe in other BASIC language, time$() command will output current time of the system clock in 24 hour format.

Code:
print time$()  'time now as string "23:59:46"
In order to produces output in 12 hour format, we must do manipulating character. We have many ways to do these. I only submit only three.

#1. IF THEN
If hours smaller than or equal with 12, we set to AM time. Otherwise, we subtract hours with 12 and set to...
koding88's Avatar
Learning Programmer
Posted in Programming
Views 68 Comments 0 koding88 is offline Edit Tags


All times are GMT -5. The time now is 11:38 PM.


vBulletin v3.8.0 ©2010, Jelsoft Enterprises Ltd.



LinkBacks Enabled by vBSEO 3.1.0