User contributions for Shahed
Jump to navigation
Jump to search
27 February 2018
- 11:1011:10, 27 February 2018 diff hist +336 OpenSSL →Manipulation
- 10:2110:21, 27 February 2018 diff hist +776 N OpenSSL Created page with "== Manipulation == <syntaxhighlight lang="bash"> # generate a new private key and certificate signing request openssl req -out chorke.csr -new -newkey rsa:2048 -nodes \ -keyou..."
- 10:1110:11, 27 February 2018 diff hist −15 Java Key Store →Manipulating Java Key Store
- 10:0710:07, 27 February 2018 diff hist +46 Java Key Store →References
- 09:3309:33, 27 February 2018 diff hist +28 N JKS Shahed moved page JKS to Java Key Store: Elaboration current
- 09:3309:33, 27 February 2018 diff hist 0 m Java Key Store Shahed moved page JKS to Java Key Store: Elaboration
- 09:3109:31, 27 February 2018 diff hist +49 Java Key Store →Manipulating Java Key Store
- 09:2709:27, 27 February 2018 diff hist 0 Java Key Store →Manipulating Java Key Store
- 09:1109:11, 27 February 2018 diff hist +399 Java Key Store →Manipulating Java Key Store
- 09:0009:00, 27 February 2018 diff hist −1 Java Key Store No edit summary
- 09:0009:00, 27 February 2018 diff hist +644 Java Key Store No edit summary
- 03:2603:26, 27 February 2018 diff hist +174 Java Key Store No edit summary
- 03:1103:11, 27 February 2018 diff hist +497 N Java Key Store Created page with "== References == * [https://blogs.oracle.com/jtc/installing-trusted-certificates-into-a-java-keystore Installing Trusted Certificates into a Java Keystore] * [https://pubs.vmw..."
26 February 2018
- 11:2911:29, 26 February 2018 diff hist +86 AVR Programming →References current
- 11:2011:20, 26 February 2018 diff hist −2 AVR Programming →ATMega32 IO
- 11:2011:20, 26 February 2018 diff hist +16 AVR Programming →ATMega32 IO
- 11:1811:18, 26 February 2018 diff hist −54 AVR Programming →ATMega32 IO
- 11:1711:17, 26 February 2018 diff hist +548 AVR Programming No edit summary
14 February 2018
- 08:5608:56, 14 February 2018 diff hist +167 AVR Programming No edit summary
- 08:4508:45, 14 February 2018 diff hist +117 AVR Programming →References
12 February 2018
- 09:5309:53, 12 February 2018 diff hist −4 Chorke Color Scheme →From tomcat.apache.org
- 09:5109:51, 12 February 2018 diff hist +365 Chorke Color Scheme No edit summary
11 February 2018
- 09:2509:25, 11 February 2018 diff hist +165 Build Java Docker Image from Ubuntu No edit summary
- 09:2109:21, 11 February 2018 diff hist 0 Main Page No edit summary
- 09:1409:14, 11 February 2018 diff hist +54 Main Page No edit summary
8 February 2018
- 06:3706:37, 8 February 2018 diff hist +254 DigitalOcean Reverse Proxy →References
- 06:2806:28, 8 February 2018 diff hist +160 DigitalOcean Reverse Proxy →References
- 06:2106:21, 8 February 2018 diff hist −2 DigitalOcean Reverse Proxy No edit summary
- 06:2006:20, 8 February 2018 diff hist +620 DigitalOcean Reverse Proxy No edit summary
5 February 2018
- 12:4412:44, 5 February 2018 diff hist +327 C Programming/File Manipulation No edit summary current
- 12:3912:39, 5 February 2018 diff hist +81 C Programming/File Manipulation No edit summary
- 12:3412:34, 5 February 2018 diff hist +1,386 N C Programming/File Manipulation Created page with "When accessing files through C, the first necessity is to have a way to access the files. For C File I/O you need to use a FILE pointer, which will let the program keep track..."
- 12:2312:23, 5 February 2018 diff hist +56 C Programming →Exercise current
- 12:2012:20, 5 February 2018 diff hist 0 C Programming →References
- 12:1912:19, 5 February 2018 diff hist +24 C Programming →References
- 12:1412:14, 5 February 2018 diff hist +370 C Programming/Structure Datatype No edit summary current
- 12:1412:14, 5 February 2018 diff hist +346 N C Programming/Unions Datatype Created page with "Unions are declared in the same fashion as structs, but have a fundamental difference. Only one item within the union can be used at any time, because the memory allocated for..." current
- 12:1412:14, 5 February 2018 diff hist +52 C Programming →Concepts
- 12:1112:11, 5 February 2018 diff hist +6 C Programming/Structure Datatype No edit summary
- 12:1012:10, 5 February 2018 diff hist +733 C Programming/Structure Datatype No edit summary
- 11:5511:55, 5 February 2018 diff hist +988 N C Programming/Structure Datatype Created page with "# A structure in '''C''' is a collection of items of different types. Structure may be consider as a '''record''' like '''Pascal''' or a '''class''' in '''Java''' without meth..."
- 11:4811:48, 5 February 2018 diff hist +58 C Programming →Concepts
- 11:3811:38, 5 February 2018 diff hist +343 N C Programming/Flow Control Created page with "* If statement ** <code>if</code> statement ** <code>if-else</code> statement ** Nested <code>if-else</code> statement ** <code>else-if</code> statement * <code>goto</code> st..." current
- 11:3011:30, 5 February 2018 diff hist +46 C Programming →Concepts
- 11:2611:26, 5 February 2018 diff hist +655 C Programming/Storage Class No edit summary current
- 11:1611:16, 5 February 2018 diff hist +1,865 N C Programming/Storage Class Created page with "A storage class defines the scope (visibility) and life-time of variables and/or functions within a '''C Program'''. They precede the type that they modify. We have four diffe..."
- 11:0411:04, 5 February 2018 diff hist +48 C Programming →Concepts
- 11:0211:02, 5 February 2018 diff hist 0 C Programming/Constants →The #define Preprocessor current
- 11:0111:01, 5 February 2018 diff hist +2 C Programming/Constants →The const Keyword
- 11:0111:01, 5 February 2018 diff hist +2 C Programming/Constants →The #define Preprocessor