This file contains 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/env python3 | |
# encoding: utf-8 | |
import os | |
import sys | |
#import chardet | |
dir = sys.argv[1] | |
#def convert(source_file): |
This file contains 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 <stdio.h> | |
int main(void) { | |
char a[] = "ABCD"; | |
char b[] = "BCDE"; | |
char c[] = "CDEF"; | |
puts(a); | |
puts(b); | |
puts(c); |
This file contains 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
require 'formula' | |
class Nikto < Formula | |
homepage 'http://cirt.net/nikto2' | |
url 'https://github.com/sullo/nikto.git', :revision => '8bb017d76e592793da3c06cdbb8d31bfdffdf2eb' | |
version '2.1.5' | |
# version 2.1.6 is still under developing | |
def install | |
# adjust default paths in perl script |
NewerOlder