Skip to content

Instantly share code, notes, and snippets.

View lfarah's full-sized avatar

Lucas Farah lfarah

  • Bipa
  • São Paulo
View GitHub Profile
import os
from flask import Flask,redirect
import re
app = Flask(__name__)
# f2 = open("README.md","r")
# # text = f2.readlines()
# SwiftCount = 0
import os
from flask import Flask,redirect
import re
import urllib, json
import base64
app = Flask(__name__)
@app.route('/', methods=['POST'])
def refresh():
//
// DeviceGuru.swift
//
// Created by Inder Kumar Rathore on 06/02/15.
// Copyright (c) 2015. All rights reserved.
//
// Hardware string can be found @http://www.everymac.com
//
import Foundation
let urlPath: String = "http://api.giphy.com/v1/gifs/search?q=funny+cat&api_key=dc6zaTOxFJmzC&limit=1"
let url: URL = URL(string: urlPath)!
var request1: URLRequest = URLRequest(url: url)
request1.httpMethod = "GET"
request1.timeoutInterval = 60
let session = URLSession.shared()
// do {
//
// BubblePreviewViewController.swift
// Bable
//
// Created by Lucas Farah on 8/15/16.
// Copyright © 2016 labx. All rights reserved.
//
import UIKit
import MapKit
[
{
"url":"https://github.com/mattt/SkyLab",
"category":"A/B Testing",
"stargazers_count":649,
"quality":65,
"name":"SkyLab"
},
{
"url":"https://github.com/mindsnacks/MSActiveConfig",
import UIKit
extension String {
func isNewerThan(update: String) -> Bool {
let arrayDotsStr = self.components(separatedBy: ".")
var arrayDotsInt: [Int] = []
for char in arrayDotsStr {
arrayDotsInt.append(Int(char)!)
@lfarah
lfarah / AwesomeiOSWeekly01.md
Last active April 20, 2017 10:00
AwesomeiOS.Weekly

AwesomeiOS.Weekly [01]

Announcements

Hello, world! 👽🖐

As I said at this issue on AwesomeiOS, It's been almost an year since I've been talking to @vsouza about creating an AwesomeiOS Newsletter. Our plan is to have a weekly newsletter that showcases quality iOS libraries, frameworks and other iOS developer tools.

I've decided to create this because I'm a big newsletter fan because they always provide amazing new links. We're going to use the CocoaPods Quality Index API to help us curate 10 awesome libraries every week. We'd be grateful if you could give any feedback on how we could make this newsletter, as well as AwesomeiOS better 🚀📰🙌

@lfarah
lfarah / AwesomeiOSWeekly02.md
Last active January 12, 2017 05:28
AwesomeiOSWeekly02

AwesomeiOS.Weekly [02]

Announcements

We're almost hitting 100 subscribers!🚀🙌 Thank you for being an early adopter of this Newsletter and supporting us. We're working hard on some new things and we can't wait to announce it soon 🙊.

We are currently working on our website, which will show all the past issues, as well as more info about the newsletter.

Wanna improve your library? I just published a post on my blog talking about "How to improve your iOS open source library".

@lfarah
lfarah / AwesomeiOSWeekly03.md
Last active October 19, 2017 11:05
AwesomeiOSWeekly03

AwesomeiOS.Weekly [03]

Announcements

We just hit the 150 subscribers mark🚀🙌 We had a lot of people asking if they could see the past issues, so while the website is not finished, we created this gist that will serve as our website for now.

Wanna see your library here? Send us an email!

Here are the 10 awesome libraries of the week: