Code | Title | Duration | Link |
---|---|---|---|
Keynote | Andy Jassy Keynote Announcement Recap | 0:01 | https://www.youtube.com/watch?v=TZCxKAM2GtQ |
Keynote | AWS re:Invent 2016 Keynote: Andy Jassy | 2:22 | https://www.youtube.com/watch?v=8RrbUyw9uSg |
Keynote | AWS re:Invent 2016 Keynote: Werner Vogels | 2:16 | https://www.youtube.com/watch?v=ZDScBNahsL4 |
Keynote | [Tuesday Night Live with Jame |
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
Sun/AIX/Linux, .ASP, .NET, C#, compact framework, environment, | |
Framework, Project, programmer, Remoting, windows, services, 16-bit, | |
C, 2000, Server/Advanced, 2000/XP/2003, 2003, WDM, 2d/3d design, 2k, | |
32-bit, 3D, animation, Design, script, Engines, Graphics, Modeling, | |
Studio Max, StudioMax, 3dsmax, 8031, 8051, 8086, 95, 98, A+, ABAP, | |
ABAP/4, Access, add-ins, accounting, invoicing sys, Acrobat, Action | |
script, Active Directory, Object-Oriented, Active Perl, Active Server | |
Pages, Active X, Active Threed, Control, ActiveX, Plug-in, ActiveX/COM | |
APIs, AcuVoice, ADO, ADO.NET, Adobe, After Effects, Go Live, CS, Image | |
Ready, In Design, PageMaker, Photoshop, Premier, ADOX, ADSI, Advance |
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
//http://stackoverflow.com/questions/284662 | |
// realpath.c: display the absolute path to a file or directory. | |
// Adam Liss, August, 2007 | |
// This program is provided "as-is" to the public domain, without express or | |
// implied warranty, for any non-profit use, provided this notice is maintained. | |
#include <stdio.h> | |
#include <stdlib.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
===OPENSSL=== | |
cd /opt/build | |
tar -zxvf ../downloads/openssl-1.0.0e.tar.gz | |
cd openssl-1.0.0e | |
./config --prefix=/usr/local | |
make | |
sudo make install | |
===APACHE2=== | |
tar -zxvf ../downloads/httpd-2.2.19.tar.gz |
NewerOlder