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
// | |
// SimpleClient.swift | |
// | |
// Created by Sarp Solakoglu on 18/09/2017. | |
// Copyright © 2017 Sarp Solakoglu. All rights reserved. | |
// | |
import Foundation | |
enum RestMethod: String { |
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/env php | |
<?php | |
/** | |
* Convert a comma-separated value CSV file to Gettext PO format. | |
* | |
* @copyright Nick Freear, 2 October 2013. | |
*/ | |
$path = '/Users/Nick'; | |
$csv_file = $path . "/Downloads/iSpot SPANISH v. luis lopez-sangil - Spanish.csv"; |