Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~3K People Reached

7 Posted Topics

Member Avatar for mediachicken

This is actually an Objective-C question. I'm trying to implement a way to loop through pixels and map the colors to "curve" data. I was wondering the easiest way to do this. Is there a prewritten algorithm for curves anywhere? I don't want a graphical curve grid, I just need …

Member Avatar for radu_
0
337
Member Avatar for ayooshkasmth

easy [CODE]<?php $query="SELECT * FROM database "; $result=mysql_query($query); $num=mysql_numrows($result); $i=0; while ($i < $num) { // get your fields in the databse $field1 =mysql_result($result,$i,"column"); //PUT YOUR STUFF HERE! $i--; }[/CODE]

Member Avatar for ayooshkasmth
0
207
Member Avatar for Grantism

How about starting with making a login script? I usually start with the very basic, how I start (I'm the maker of a blog engine not yet released) is create a database with EVERYTHING you'll need. You'll want to get out paper and write down exactly how you want your …

Member Avatar for mediachicken
0
178
Member Avatar for mediachicken

Hello, I've been studying PHP for a while now, and am tackling my biggest project so far. I need to parse python code (which I'm already doing) and color code it. I need to get a word RIGHT before the ( symbol. I've tried just about everything, and can't get …

Member Avatar for vaultdweller123
0
160
Member Avatar for mediachicken

Hey guys! I'm working on a program in python with Tkinter that allows you to enter in a bunch of number and such, and generate an image. So, I have PIL creating a blank PNG image and saving it, it all works... Now I want to add stuff to the …

Member Avatar for Ene Uran
0
2K
Member Avatar for mediachicken

So I know I can run a terminal command, ok? What if I want to run say... a vi command or mkdir command INSIDE ssh? If I want to make it insert a directory in a server via SSH, possible? Last time I checked I think when you run commands …

Member Avatar for necrolin
0
138
Member Avatar for mediachicken

Is there a way to get all the arguments and put them in one string? I'm very new to C++, so I need all the help I can get. Here's what I have here: [CODE]#include <iostream> using namespace std; int main(int argc, char* argv[]) { cout << "argc = " …

Member Avatar for Ancient Dragon
0
195

The End.