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
| package lan.dk.podcastserver.utils.multipart; | |
| import lan.dk.podcastserver.utils.MimeTypeUtils; | |
| import org.apache.commons.lang3.StringUtils; | |
| import org.slf4j.Logger; | |
| import org.slf4j.LoggerFactory; | |
| import javax.servlet.ServletOutputStream; | |
| import javax.servlet.http.HttpServletRequest; | |
| import javax.servlet.http.HttpServletResponse; |
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
| <body onload=" setupDoubleClick( 'https://dictionary.cambridge.org/', 'british', false, null, 5, 'popup' ) "> |
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
| [mysqld_safe] | |
| nice = -15 | |
| [mysqld] | |
| max_binlog_size = 256M #max size for binlog before rolling | |
| expire_logs_days = 1 #binlog files older than this will be purged | |
| ## Per-Thread Buffers * (max_connections) = total per-thread mem usage | |
| thread_stack = 256K #default: 32bit: 192K, 64bit: 256K | |
| sort_buffer_size = 1M #default: 2M, larger may cause perf issues |
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 <Ole2.h> | |
| #include <iostream> | |
| #include <fstream> | |
| #include <sstream> | |
| #include <WinBase.h> | |
| // Kinect | |
| #include <NuiApi.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
| #!/usr/bin/python | |
| # | |
| # Made by [email protected] | |
| # Version: 1.2.1 | |
| # | |
| ''' | |
| An Epitech norme checker | |
| Usage: python norme.py <files to scan> [-nocheat] [-verbose] [-score] [-libc] |