Author: Chris Lattner
# one or the other, NOT both | |
[url "https://github"] | |
insteadOf = git://github | |
# or | |
[url "[email protected]:"] | |
insteadOf = git://github |
/// Playground - noun: a place where people can play | |
/// FileCheck yourself before you wreck yourself | |
import Foundation | |
#if os(Linux) | |
import Glibc | |
typealias NSRegularExpression = RegularExpression | |
#else | |
import Darwin |
import Foundation | |
enum CardTypeError:Error { | |
case TypeNotFound | |
} | |
enum CardType:CustomStringConvertible { | |
case visa | |
case mastercard | |
case amex |
// | |
// Operators.swift | |
// FastParsing | |
// | |
// Created by Chris Eidhof on 26/12/2016. | |
// Copyright © 2016 objc.io. All rights reserved. | |
// | |
// TODO: give appropriate credit. Many parts were stolen from SwiftParsec. |
// Install the latest Xcode, with the Command Line Tools. | |
// Install Homebrew | |
// Install aircrack-ng: | |
brew install aircrack-ng | |
// Create the following symlink: | |
sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/local/sbin/airport | |
// Figure out which channel you need to sniff: | |
sudo airport -s |
A publicação de conteúdo em redes sociais não é uma construção de um CV público. | |
Assim como a contribuição com projetos open source não se caracteriza, por si só, como um portfólio de venda. | |
Não é porque postei receitas e fiz checkin em restaurantes que tenho pretensão em ser crítico da Michelin. | |
Vocês indexam e expõe devs como se os mesmos estivessem aptos a serem bombardeados com spam de empresas e propostas de freelas ou projetos irrelevantes para o profissional. | |
Inclusive, listando tecnologias que a pessoa não domina, gerando uma propaganda falsa. | |
Foram além e infringiram regras do GitHub para coleção de dados: | |
https://twitter.com/ezefranca/status/808344095919894529 |
I am searching experienced backend developers (freelance, remote) with a ❤️ for Swift for Moonshot Energy, the world’s first AI-driven renewable energy company located in Germany. Moonshot Energy is financially backed by Innogy SE, one of Europe's largest energy providers.
At Moonshot you will play a major role in making the world greener, the future brighter and energy distribution smarter by using latest technologies like server-side Swift, microservices, artificial intelligence 🤖 and machine learning and new interfaces like chatbots and dialog-based systems (NLP).
Since our team is working on European timezones it would be good if you would live in the EU or if you are an early bird living in US-East 🇪🇺🇺🇸.
Your job:
- build our internal microservices
import Foundation | |
protocol Monoid { | |
static var zero: Self { get } | |
func appending(_: Self) -> Self | |
} | |
struct AnyMonoid<Type> { | |
var zero: Type | |
let append: (Type, Type) -> Type |
Aqui se encontra a lista de tools que citamos no painel do ultimo CocoaHeads de Campinas (Jul/16). Tentei organizar minamente o que por sessão e esta organização esta sujeita mudanças. Se você tiver alguma duvida ou sugestão deixe um comentario no gist ou me pingue no twitter @gsampaio