User contributions for Tacoball
Jump to navigation
Jump to search
6 June 2018
- 08:3208:32, 6 June 2018 diff hist +22 Python/OpenCL →Type Mapping
- 08:3108:31, 6 June 2018 diff hist +9 Python/OpenCL →Type Mapping
- 08:1708:17, 6 June 2018 diff hist +117 Python/OpenCL →Type Mapping
- 08:1608:16, 6 June 2018 diff hist +14 Python/OpenCL →Type Mapping
- 08:1308:13, 6 June 2018 diff hist +1,004 Python/OpenCL →To increase an array of float32.
- 07:4107:41, 6 June 2018 diff hist +176 Python/OpenCL No edit summary
- 07:3707:37, 6 June 2018 diff hist 0 Python/OpenCL No edit summary
- 07:3607:36, 6 June 2018 diff hist 0 Python/OpenCL →To increase an array of float32.
- 07:3507:35, 6 June 2018 diff hist +23 Python/OpenCL →To increase an array of float32.
- 07:3507:35, 6 June 2018 diff hist +931 Python/OpenCL →pyopencl
- 07:2007:20, 6 June 2018 diff hist +417 Python/OpenCL →numpy
- 07:0707:07, 6 June 2018 diff hist +56 Python/OpenCL →numpy
- 07:0407:04, 6 June 2018 diff hist +23 N Python/OpenCL Created page with "= numpy = = pyopencl ="
- 07:0407:04, 6 June 2018 diff hist +27 Python No edit summary
- 06:4406:44, 6 June 2018 diff hist 0 Python No edit summary
- 06:4406:44, 6 June 2018 diff hist −68 Python No edit summary
5 June 2018
- 09:4909:49, 5 June 2018 diff hist +20 Python/SMTP No edit summary current
- 09:4709:47, 5 June 2018 diff hist +11 Python/SMTP No edit summary
- 09:4709:47, 5 June 2018 diff hist +76 Python/SMTP No edit summary
- 09:4409:44, 5 June 2018 diff hist +2 Python/SMTP No edit summary
- 09:4409:44, 5 June 2018 diff hist +33 Python/SMTP No edit summary
- 09:4309:43, 5 June 2018 diff hist +26 Python/SMTP No edit summary
- 09:4109:41, 5 June 2018 diff hist +3 Python/SMTP No edit summary
- 09:4109:41, 5 June 2018 diff hist −8 Python/SMTP No edit summary
- 09:4009:40, 5 June 2018 diff hist −536 Python/SMTP No edit summary
- 09:3909:39, 5 June 2018 diff hist +821 N Python/SMTP Created page with "<source lang="python"> try: HOST = self.config['smtp_host'] PORT = self.config['smtp_port'] TIMEOUT = self.config['smtp_timeout'] with..."
- 09:3709:37, 5 June 2018 diff hist +20 Python/File System No edit summary
- 09:3609:36, 5 June 2018 diff hist −7 Python No edit summary
- 09:3609:36, 5 June 2018 diff hist 0 Python/List No edit summary
- 09:3509:35, 5 June 2018 diff hist +68 Python/List No edit summary
- 09:3409:34, 5 June 2018 diff hist +85 N Python/List Created page with "<source lang="python"> for idx, val in enumerate(ints): print(idx, val) </source>"
- 09:1009:10, 5 June 2018 diff hist −24 Python/File System No edit summary
- 03:3403:34, 5 June 2018 diff hist +57 Services/Nginx No edit summary
- 03:3203:32, 5 June 2018 diff hist +133 N Services/Nginx Created page with "= location = = todo = {| class="wikitable" ! TODO || Command |- | List directory || <source lang="nginx"> autoindex on; </source> |}"
1 June 2018
- 09:0009:00, 1 June 2018 diff hist +118 Git No edit summary
- 08:5908:59, 1 June 2018 diff hist +1 Git →Optimize for myself
- 08:5808:58, 1 June 2018 diff hist −1 Git No edit summary
- 08:5808:58, 1 June 2018 diff hist +92 N Git Created page with "= Optimize for myself == <source lang"bash"> git config --global core.editor "vim" </source>"
31 May 2018
- 11:0711:07, 31 May 2018 diff hist +149 Python/Regex No edit summary
- 08:4308:43, 31 May 2018 diff hist +258 N Python/Exception Created page with "<source lang="python"> try: n = 1 / 0 except Exception as e: print('It sucks!') print('Class: {}'.format(type(e).__name__)) print('Message: {}'.format(e))..."
- 07:5607:56, 31 May 2018 diff hist +88 Python/Regex →To Match
- 07:5207:52, 31 May 2018 diff hist +34 Python/Regex →To Match
- 07:3907:39, 31 May 2018 diff hist +252 Python/Regex →To Match
- 07:3507:35, 31 May 2018 diff hist +209 Python/Regex →To Match
- 07:3307:33, 31 May 2018 diff hist +87 Python/Regex →To Match
- 07:2607:26, 31 May 2018 diff hist +17 Python/Regex →To Match
- 07:2607:26, 31 May 2018 diff hist +217 N Python/Regex Created page with "= To Match = <source lang="python"> if re.search(pattern, subject): pass m = re.match(pattern, subject) if m: pass </source> = To Replace = <source lang="python"> ns..."
23 May 2018
- 17:5317:53, 23 May 2018 diff hist +4 Main Page →MediaWiki
- 06:4206:42, 23 May 2018 diff hist +133 Python/File System No edit summary
- 06:3806:38, 23 May 2018 diff hist +32 Python/File System No edit summary