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
| create table s.t1 as ( select * from s.t2) with data |
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
| #include <windows.h> | |
| #include <stdio.h> | |
| int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) | |
| { | |
| char array[255]; | |
| HANDLE h_out, h_in; | |
| AllocConsole(); |
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://adampetersen.se/Patterns%20in%20C%201.pdf | |
| * http://adampetersen.se/Patterns%20in%20C%202,%20STATE.pdf | |
| * http://www.adampetersen.se/Patterns%20in%20C%203,%20STRATEGY.pdf | |
| * http://www.adampetersen.se/Patterns%20in%20C%204,%20OBSERVER.pdf | |
| * http://www.adampetersen.se/Patterns%20in%20C%205,%20REACTOR.pdf | |
| */ | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <stdlib.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
| 2013-02-18-12.14.24.675378+120 E55288E468 LEVEL: Event | |
| PID : 27388 TID : 140038633416448PROC : db2sysc | |
| INSTANCE: db2inst1 NODE : 000 DB : JFCRM03 | |
| APPHDL : 0-12 APPID: GA000102.PD2E.130218101425 | |
| AUTHID : DB2INST1 | |
| EDUID : 20 EDUNAME: db2agent (idle) | |
| FUNCTION: DB2 UDB, base sys utilities, sqeLocalDatabase::TermDbConnect, probe:2000 | |
| STOP : DATABASE: JFCRM03 : DEACTIVATED: NO | |
| 2013-02-18-12.16.17.939695+120 I55757E1636 LEVEL: Event |
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
| 13:12 neuro_sys -rw------- 1 db2inst1 db2inst1 4104192 2010-05-14 14:23 S0000001.MIG | |
| 13:12 [user] rollover is set by fs, when size is reached, new log is created | |
| 13:12 [user] in that case | |
| 13:12 [user] why not gzip them all anyway? | |
| 13:12 [user] i man, it's there, just compresed | |
| 13:13 neuro_sys did that already | |
| 13:13 neuro_sys so I'm on safe grouns | |
| 13:13 neuro_sys now moving the old logs to another partition | |
| 13:13 [user] just a sec | |
| 13:13 [user] i'll give you a neat command |
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
| 1>------ Build started: Project: irc-client, Configuration: Debug Win32 ------ | |
| 1>Build started 20.02.2013 10:17:52. | |
| 1>InitializeBuildStatus: | |
| 1> Touching "Debug\irc-client.unsuccessfulbuild". | |
| 1>ClCompile: | |
| 1> irc.c | |
| 1>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(46): error C2085: '_memccpy' : not in formal parameter list | |
| 1>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(47): error C2085: 'memchr' : not in formal parameter list | |
| 1>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(48): error C2085: '_memicmp' : not in formal parameter list | |
| 1>c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(49): error C2085: '_memicmp_l' : not in formal parameter list |
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
| char * py_call_module(char * name, struct irc_t * irc) | |
| { | |
| struct py_module_t * mod = g_hash_table_lookup(mod_hash_map, name); | |
| PyObject * p_args = PyTuple_New(2); | |
| PyObject * p_val; | |
| p_val = PyString_FromString(irc->from); | |
| PyTuple_SetItem(p_args, 0, p_val); | |
| p_val = PyString_FromString(irc->request); | |
| PyTuple_SetItem(p_args, 1, p_val); |
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
| char * py_call_module(char * name, struct irc_t * irc) | |
| { | |
| struct py_module_t * mod; | |
| PyObject * p_args; | |
| PyObject * p_val; | |
| char * ret; | |
| if (!(mod = g_hash_table_lookup(mod_hash_map, name))) | |
| return NULL; |
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
| [04.03.2013 10:04:17:515 EET] 00000038 servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0068E: Uncaught exception created in one of the service methods of the servlet Faces Servlet in application ECP7. Exception created : javax.servlet.ServletException: Cannot forward. Response already committed. | |
| at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277) | |
| at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1657) | |
| at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1597) | |
| at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:131) | |
| at com.jforce.web.listener.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:172) | |
| at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188) | |
| at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116) | |
| at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:7 |
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
| #include "global.h" | |
| void ch_crt_select_age(struct character_t * character, int age_type, int attr) | |
| { | |
| int adjust; | |
| if (age_type == age_mid) | |
| return; | |
| if (age_type == age_early) |