Search

You can find the results of your search below.

linux_tutorial_two @tutorial
19 Hits, Last modified:
m: cd ~/testdir</code> Then at the Linux prompt, type, <code>compsci-user@tim: cp /vol/examples/tutori... er how?). Then, inside the **testdir** directory, type <code>compsci-user@tim: mv science.bak backups/.</code> Type **ls** and **ls backups** to see if it has worked... en delete it. Inside your **testdir** directory, type <code>compsci-user@tim: cp science.txt tempfile.
linux_tutorial_five @tutorial
17 Hits, Last modified:
y (access rights)==== In your testdir directory, type <code>compsci-user@tim:~$ ls -l (l for long list... ons on the file biglist for the group and others, type % chmod go-rwx biglist This will leave the othe... processes, with their associated PID and status, type <code>compsci-user@tim:~$ ps</code> A process m... background processes=== To background a process, type an & at the end of the command line. For example,
linux_tutorial_three @tutorial
17 Hits, Last modified:
write the contents of a file to the screen. Now type **cat** without specifing a file to read <code>compsci-user@tim:~$ cat</code> Then type a few words on the keyboard and press the [Return... file called **list1** containing a list of fruit, type <code>compsci-user@tim:~$ cat > list1</code> Then type in the names of some fruit. Press [**Return**] af
linux_tutorial_one @tutorial
14 Hits, Last modified:
ved. To find out what is in your home directory, type <code> compsci-user@tim:~$ ls </code> The **ls** ... ory including those whose names begin with a dot, type <code> compsci-user@tim:~$ ls -a </code> {{:help... alled unixstuff in your current working directory type <code>compsci-user@tim:~$ mkdir testdir</code> To see the directory you have just created, type <code>compsci-user@tim:~$ ls</code> ==== 1.3 C
lab1 @courses:cs102-202051:labs
12 Hits, Last modified:
or. b) A public method called "imageOf", with a type double parameter "x" and a type double return type. Let its body be such that it always returns "Double.NaN". Recall that Double is a class, not a pod-type. NaN is short for Not A Number. c) A public met
linux_tutorial_seven @tutorial
10 Hits, Last modified:
rectory containing the package's source code. - Type **./configure** to configure the package for your system. - Type **make** to compile the package. - Optionally, type **make check** to run any self-tests that come with the package. - Type **make install** to install the programs and any
vss @people:mlsmith
9 Hits, Last modified:
es to itself in the WeScheme's Interactions pane. Type in some numbers (one at a time, then hit Enter): ... , and ''/'' Once again in the Interactions pane, type in some Scheme expressions (and hit enter to eval... expressions from scratch every time, I could just type in their names?"// We've been ignoring half of t... want to be a Computer Scientist!") </code> If you type these definitions into the Definitions pane, you
linux_tutorial_six @tutorial
9 Hits, Last modified:
r current quota and how much of it you have used, type <code>compsci-user@tim:~$ quota -v</code> ===df... ind out how much space is left on the fileserver, type <code>compsci-user@tim:~$ df .</code> ===du=== ... ctory has the most files. In your home-directory, type <code>compsci-user@tim:~$ du</code> ===compress... e, thus freeing valuable disk space. For example, type <code>compsci-user@tim:~$ ls -l science.txt</cod
top @courses:cs203-201602:assignments
6 Hits, Last modified:
s * Chapter 7: Java Object Model * Java Type system * Type Inquiry * Object Class * Shallow and Deep Copy - Cloning * Serial... shallow copy and deep copy * Reflection and type inquiry * Generics / wildcards One page o... shallow copy and deep copy * Reflection and type inquiry * Generics / wildcards */ ---- <htm
lab4 @courses:cs101-2021-02
6 Hits, Last modified:
nswer.</p> <p><strong>Question 1.1:</strong> What type of edits did you need to make to the data pass th... de>transform-column</code> can return a different type from its input type.</p> <p>Give your new table the name <code>student-data-cleaned</code>. We&#39;ll ... n <strong>any</strong> table that has a column of type <code>Boolean</code>. Use this helper function t
mono @help:apps
6 Hits, Last modified:
tutorials. ===== MonoDevelop ===== <html><style type="text/css">div.logo { float: left; padding-right:... r errors similiar to: <code>Missing method System.Type::op_Inequality(Type,Type) in assembly /usr/lib/mono/2.0/mscorlib.dll, referenced in assembly /usr/lib/mono/gac/gtk-sharp/2.
lab1 @courses:cs101-2021-02
5 Hits, Last modified:
can experiment. * In the interactions window, type:<code> ››› 1 </code> and press enter. This gets e... window. In future labs and assignments, you will type in your own code, but for the purposes of this la... f data expressions # <YOUR NAME> # Numbers are a type of data. # - The following expression adds number... rs. (40 + 1) + 1 # Strings (of characters) are a type of data. # - The following expression appends str
lab1 @courses:cs101-2021-0405
5 Hits, Last modified:
gin programming! - In the interactions window, type:<code> ››› 1 </code> and press ''enter''. This ge... window. In future labs and assignments, you will type in your own code, but for the purposes of this la... f data expressions # <YOUR NAME> # Numbers are a type of data. # - The following expression adds number... rs. (40 + 1) + 1 # Strings (of characters) are a type of data. # - The following expression appends str
filecopy @help:general_linux
5 Hits, Last modified:
window will work for other operating systems. - Type the following to connect, replacing USER with you... It is normal for no characters to appear when you type. Just press 'Enter' when you are done. You shoul... m. The last line is the shell, waiting for you to type a command. If this is your first time using a she... ou have finished and want to end your connection, type ''exit'' into the shell. ===== Copying files bet
linux_tutorial_four @tutorial
5 Hits, Last modified:
) name. For example, in your unixstuff directory, type <code>compsci-user@tim:~$ ls list*</code> This ... ld note here that a directory is merely a special type of file. So the rules and conventions for naming ... ning C code in your home directory, you need only type ls *.c in that directory. Beware: some applicati... ach option modifies the behaviour of the command. Type man command to read the manual page for a particu
linux_tutorial_eight @tutorial
5 Hits, Last modified:
04 @courses:cs101-2022b:labs
5 Hits, Last modified:
linux @help:general_linux:x2go
4 Hits, Last modified:
dosemu @courses:cs325-201001:lectures
4 Hits, Last modified:
lab3.html @courses:cs101-2021-02
4 Hits, Last modified:
lab3 @courses:cs101-2021-0405
4 Hits, Last modified:
top @courses:cs203-201602:lab1
4 Hits, Last modified:
03 @courses:cs101-2022b:labs
3 Hits, Last modified:
01 @courses:cs101-2022b:labs
3 Hits, Last modified:
techref @courses:cs311-2021
3 Hits, Last modified:
run_zasm_under_dosemu @courses:cs325-201001
3 Hits, Last modified:
vim_resources @courses:cs377-202651
3 Hits, Last modified:
techref @courses:cs381-2019
3 Hits, Last modified:
techref @courses:cs381-2020
3 Hits, Last modified:
infinite-trees @people:mlsmith
3 Hits, Last modified:
start
3 Hits, Last modified:
top
3 Hits, Last modified:
server_list @help:sysnews:inhouse
3 Hits, Last modified:
windows @help:general_linux
3 Hits, Last modified:
top @people:priestdo
3 Hits, Last modified:
emacs_tips @help:general_linux
2 Hits, Last modified:
assignments @courses:cs101-201804
2 Hits, Last modified:
lab7 @courses:cs101-2021-0405
2 Hits, Last modified:
02 @courses:cs101-2022b:assignments
2 Hits, Last modified:
03 @courses:cs101-2022b:assignments
2 Hits, Last modified:
hacks @people:priestdo:wearables
2 Hits, Last modified:
bibtex @people:priestdo:tips
2 Hits, Last modified:
osx @old_pages:vnc
2 Hits, Last modified:
printing_tips @old_pages
2 Hits, Last modified:
ratatosk_xmpp_server @old_pages
2 Hits, Last modified:
recently_installed_software @old_pages
2 Hits, Last modified:
linux_basics @help:general_linux
2 Hits, Last modified:
sshkeys @help:general_linux
2 Hits, Last modified:
top @research
2 Hits, Last modified:
05 @courses:cs101-2022b:labs
2 Hits, Last modified:
kiosk @old_pages:nodir
2 Hits, Last modified:
07 @courses:cs101-2022b:labs
2 Hits, Last modified:
lab7 @courses:cs101-2021-02
2 Hits, Last modified:
isohome @help:sysnews
2 Hits, Last modified:
02 @courses:cs101-2022b:labs
2 Hits, Last modified:
update-alternatives @old_pages:tips
1 Hits, Last modified:
sidebar @people:ben
1 Hits, Last modified:
using_dbc @help:sysnews
1 Hits, Last modified:
lab3 @courses:cs102-202051:labs
1 Hits, Last modified:
top @research:hexsim
1 Hits, Last modified:
lab1 @courses:cs101-2021-5657:labs
1 Hits, Last modified:
01 @courses:cs101-2022b:assignments
1 Hits, Last modified:
04 @courses:cs101-2022b:assignments
1 Hits, Last modified:
05 @courses:cs101-2022b:assignments
1 Hits, Last modified:
06 @courses:cs101-2022b:assignments
1 Hits, Last modified:
06 @courses:cs101-2022b:labs
1 Hits, Last modified:
lab_1 @courses:cs145-201951:labs
1 Hits, Last modified:
top @courses:cs203-201602:finalproject
1 Hits, Last modified:
top @courses:cs203-201602:lab4
1 Hits, Last modified:
top @courses:cs203-201602:lab6.5
1 Hits, Last modified:
top @courses:cs224-201101:assignments
1 Hits, Last modified:
krock @help:sysnews:inhouse
1 Hits, Last modified:
multihome_dokuwiki_hacks @people:priestdo:tips
1 Hits, Last modified:
aiptasia_wiki @research:ursi_2008:aiptasiabase
1 Hits, Last modified:
kill_a_process @help:sysnews
1 Hits, Last modified:
x2go @help:general_linux
1 Hits, Last modified:
week5 @courses:cs101-2021-02
1 Hits, Last modified:
schedule @courses:cs101-202203
1 Hits, Last modified:
top @courses:cs101-201804
1 Hits, Last modified:
week6 @courses:cs101-2021-5657
1 Hits, Last modified:
week5 @courses:cs101-2021-0405
1 Hits, Last modified:
lab2 @courses:cs101-2021-0405
1 Hits, Last modified:
asmt3 @courses:cs101-2021-0405
1 Hits, Last modified:
asmt2 @courses:cs101-2021-0405
1 Hits, Last modified:
lab2 @courses:cs101-2021-02
1 Hits, Last modified:
schedule @courses:cs102-2021-01
1 Hits, Last modified:
asmt3 @courses:cs101-2021-02
1 Hits, Last modified:
asmt2 @courses:cs101-2021-02
1 Hits, Last modified:
top @people
1 Hits, Last modified:
site_search_options @old_pages
1 Hits, Last modified:
password @help
1 Hits, Last modified:
keyring_issues @help
1 Hits, Last modified:
crsound @help
1 Hits, Last modified:
cs379-201403 @courses
1 Hits, Last modified:
week3 @courses:cs101-202203
1 Hits, Last modified:
week4 @courses:cs102-2021-01
1 Hits, Last modified:
sshkeysmswindows @help:general_linux
1 Hits, Last modified:
ssh @help:general_linux
1 Hits, Last modified:
priority @help:general_linux
1 Hits, Last modified:
2013-05-14_dept_picnic @events:individual_past_events
1 Hits, Last modified:
2012-12-14_hackathon @events:individual_past_events
1 Hits, Last modified:
week9 @courses:cs102-2021-01
1 Hits, Last modified:
week3 @courses:cs377-202651
1 Hits, Last modified:
week1 @courses:cs377-202651
1 Hits, Last modified:
week4 @courses:cs145-201951
1 Hits, Last modified:
week10 @courses:cs102-202051
1 Hits, Last modified:
schedule @courses:cs102-202051
1 Hits, Last modified:
database @research:ursi_2008:aiptasiabase
1 Hits, Last modified: