This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Operating Systems Fall 2013, Lab 1. 23 september 2013 | |
| Lior Galanti lior.galanti@nyu.edu N14314920 | |
| */ | |
| #define BUFFER_SIZE 2048 | |
| #define SYMBOL_SIZE 16 | |
| #define INSTR_SIZE 16 | |
| #define MEM_ADDR 16 | |
| #define DEFLIST_SIZE 16 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Operating Systems Fall 2013, Lab 4. 9 December 2013 | |
| Lior Galanti lior.galanti@nyu.edu N14314920 | |
| */ | |
| #include <ctype.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <unistd.h> | |
| #include <string.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Operating Systems Fall 2013, Lab 3. 10 November 2013 | |
| Lior Galanti lior.galanti@nyu.edu N14314920 | |
| */ | |
| #include <ctype.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <unistd.h> | |
| #include <string.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Operating Systems Fall 2013, Lab 2. 15 October 2013 | |
| Lior Galanti lior.galanti@nyu.edu N14314920 | |
| */ | |
| #include <ctype.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <unistd.h> | |
| #include <string.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>com.tuntap.tun.kext</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>kextload</string> | |
| <string>/Library/Extensions/tun.kext</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>com.tuntap.tap.kext</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>kextload</string> | |
| <string>/Library/Extensions/tap.kext</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "HAJW7ADXX", | |
| "email": "lg1883@nyu.edu", | |
| "flowcell path": "/export/data1/gencore/140924_SN911_0233_AHAJW7ADXX", | |
| "output path": "/export/data1/demux", | |
| "configure bcl2fastq": "--with-failed-reads --use-bases-mask \"Y*,Y*\"", | |
| "sample sheet": [ | |
| "HAJW7ADXX,1,Complete,,Undetermined,,N,,,lane1", | |
| "HAJW7ADXX,2,Complete,,Undetermined,,N,,,lane2" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "HABDFADXX", | |
| "email": "lg1883@nyu.edu", | |
| "flowcell path": "/export/data1/gencore/140918_SN911_0232_BHABDFADXX", | |
| "output path": "/export/data1/demux", | |
| "configure bcl2fastq": "--use-bases-mask \"Y*,I6n\"", | |
| "sample sheet": [ | |
| "HABDFADXX,1,SV51,,CGATGT,,N,,,lane1", | |
| "HABDFADXX,1,SV52,,TGACCA,,N,,,lane1", | |
| "HABDFADXX,1,SV53,,ACAGTG,,N,,,lane1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function tar_sequence() { | |
| RUN="$1" | |
| SUBJECT="archive creation for $RUN finished" | |
| ( | |
| cd /export/data1/gencore; | |
| [ -d "$RUN" ] && tar --use-compress-prog=pbzip2 --exclude="Data/Intensities/L00*/C*.1" -cf /export/data1/flowcell/$RUN.tar.bz2 $RUN; | |
| RESULT="result: $?" | |
| echo $RESULT | |
| echo $RESULT | mail -s "$SUBJECT" lg1883@nyu.edu | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "_id": "542391398d741f66ce5146b9", | |
| "body": { | |
| "canonical": { | |
| "illumina flowcell id": "H9558ADXX", | |
| "lanes": [ | |
| { | |
| "control lane": false, | |
| "created": "2014-09-20T13:41:40.692503", | |
| "description": "Purugganan : Pool A", |