The Ctrl+V game

blueiron

New Member
Messages
19
Reaction score
0
Points
1
count($adsc)

I was actually hoping for the whole code block I had before this.
 
Last edited:

catz154

New Member
Messages
152
Reaction score
0
Points
0
<script type="text/javascript">
$(function() {

$('#gallery a').lightBox(); // Select all links in object with gallery ID

});
</script>



Been trying to get this to work! lol
 

tds888

New Member
Messages
14
Reaction score
0
Points
0
President Obama signed the order to close the prison at Guantánamo Bay. And, in the spirit of ending torture, Obama also ended the New Kids on the Block tour.
 

ichwar

Community Advocate
Community Support
Messages
1,454
Reaction score
7
Points
0
double i = 1;
double c = 1 / 2;
int n = 0;
 

Mitch

New Member
Messages
908
Reaction score
0
Points
0
peep.givePlane = 0;
peep.lostWings = 0;
peep.adminGivePlane = 0;
 

IonCannon218

New Member
Messages
177
Reaction score
2
Points
0
Locations
• cd – change directory
• / – root directory
• ./ – current working directory
• ./[filename] ¬– run an executable file in the current directory
• ../ – parent directory
• ~ – home directory

Username symbols
• $ – regular user prompt
• # – super user (root) prompt

Last Command Parsing
• ! –
• !! – previous command
• ^^ –
• & – run command in background

List commands
• [Tab][Tab] – list all available commands (can be thousands)
• x[Tab][Tab] – auto completion

Misc
• su – Super User – become root
• locate [filename] – search for a file (I prefer to use find)

Key Commands
• [Alt][Ctrl][F1] – switch to virtual terminal 1
• [Alt][Ctrl][Fn] – switch to virtual terminal #
• [Alt][Ctrl][F7] – switch to X server
• [ArrowUp] – previous command
• [Shift][PageUp] – scroll up
• [Shift][PageDown] – scroll down
• [Ctrl][Alt][Del] – reboot – typically when the system freezes or crashes
• [Ctrl]c – terminate the current program
• [Ctrl]d – shortcut for “EOF” – can be used to logoff the terminal or end the program
• [Ctrl]s – stop the transfer to the terminal
• [Ctrl]q – resume the transfer to the terminal
• [Ctrl]z – suspend the current job
• reset – reset the shell
• [LeftMouseButton] –
• [RightMouseButton] –

Installation Instructions
• Download *.tar.gz file
• Change working directory to that of the file
• Run “tar –zxvf [filename].tar.gz”
• Change to uncompressed directory (if created) [Remember that the tab key auto completes a partial file/folder name]
• Run “./configure” (not always required) or edit the *.conf file with “vi [filename].conf
• Run “make” (this will compile the program)
• Run “make install” (this will install the binaries to the appropriate location if necessary)
• Run program with “./[filename]” in the given directory (usually stated in the INSTALL file)

Mounting
• Run “mount –t iso9660 /dev/cdrom /mnt/cdrom”
o mount – command to mount a filesystem
o iso9660 – filesystem usually found on a CD and DVD
o /dev/cdrom – device name
o /mnt/cdrom – mount point
• Run “mount –t /dev/fp0 /mnt/fp0” to mount a floppy drive
• NOTE: Ubuntu uses /media/ instead of /mnt/


my vocab assignment in class lol
 

DJ-SnakeX

New Member
Messages
8
Reaction score
0
Points
0
Yo****aka Kawamoto
Flotowstr. 29
06801 Greppin

Website: TrustApproval.com
It looks like TrustApproval.com is available! Click here to register it!

Email Address: Yo****akaKawamoto@signed-first-edition.com
This is a real email address. Click here to use it!

Phone: 03493 49 33 60
Mother's maiden name: Fukunaga
Birthday: January 13, 1965

Visa: 4916 5121 1995 2546
Expires: 7/2010

UPS Tracking Number: 1Z 254 5Y5 86 3132 020 0
 

tridge

New Member
Messages
227
Reaction score
0
Points
0
All 900 MHz SMs should have the following frequencies selected: 906, 915, 920, 924
 
Top