- AGPL-3.0-only
- Apache-2.0
- AGPL-3.0
- AGPL-3.0-only
- AGPL-3.0-or-later
- Apache-2.0
- BSD-3-Clause
View licenses.md
View export_itl.swift
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
import iTunesLibrary | |
import Foundation | |
let library = try ITLibrary(apiVersion: "1.0") | |
let localPlaylists = library.allPlaylists | |
var result: [String: [Any]] = [:] | |
var playlists: [Any] = [] |
View foo.json
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
{"comps":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Heart Gray","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[32.029,31.314,0]},"a":{"k":[0,0,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":-3,"s":[100,100,100],"e":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":6,"s":[100,100,100],"e":[0,0,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":12,"s":[0,0,100],"e":[119.993,119.993,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p1 |
View foo.txt
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
{"comps":[],"layers":[{"ddd":0,"ind":0,"ty":4,"nm":"Heart gray","ks":{"o":{"k":100},"r":{"k":0},"p":{"k":[31.529,31.314,0]},"a":{"k":[0,0,0]},"s":{"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":1,"s":[100,100,100],"e":[140,140,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":15,"s":[140,140,100],"e":[90,90,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],"t":30,"s":[90,90,100],"e":[110,110,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167", |
View foo.txt
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
catawiki@cw-dev:~/catawiki-git$ identify -verbose foo.jpg | |
Image: foo.jpg | |
Format: JPEG (Joint Photographic Experts Group JFIF format) | |
Mime type: image/jpeg | |
Class: DirectClass | |
Geometry: 3888x5184+0+0 | |
Resolution: 72x72 | |
Print size: 54x72 | |
Units: Undefined | |
Type: TrueColor |
View foo.txt
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
catawiki@cw-dev:~/catawiki-git$ identify -verbose foo.jpg | |
Image: foo.jpg | |
Format: JPEG (Joint Photographic Experts Group JFIF format) | |
Mime type: image/jpeg | |
Class: DirectClass | |
Geometry: 3888x5184+0+0 | |
Resolution: 72x72 | |
Print size: 54x72 | |
Units: Undefined | |
Type: TrueColor |
View message_parser_test.rb
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 'test_helper' | |
class TestMessageParser < ActiveSupport::TestCase | |
def test_data_decoder | |
d = MessageParser.new("PDU" => '000C640000010200000000') | |
assert_equal :data, d.packet_type | |
assert_equal "0C", d.firmware_version | |
assert_equal 100, d.power | |
assert_equal 1, d.gateway_id | |
assert_equal 2, d.num_satellites |
View main.rs
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
extern crate hyper; | |
use std::io::Read; | |
fn main() { | |
let client = hyper::Client::new(); | |
let mut res = client.get("http://2fe5e2b9.ngrok.io/server-info").send().unwrap(); | |
let mut s = String::new(); | |
res.read_to_string(&mut s).unwrap(); | |
println!("{}", s); |
View foo.txt
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
Para registrarte u obtener más información sobre el evento por favor escribir a federico.builes@gmail.com. | |
**Fecha**: Sabado 30 de Abril | |
**Hora**: 3PM | |
**Lugar**: Barista Ventures - Calle 10B #36-62, Oficina 101. | |
**Inscripción**: $25.000 (se cierra el 30 de Abril a las 6AM) | |
Premios | |
------- | |
Primer puesto: Al menos 60 Packs (o equivalente en pesos). |
View hs.md
Para registrarte u obtener más información sobre el evento por favor escribir a federico.builes@gmail.com.
Fecha: Sabado 30 de Abril
Hora: 3PM
Lugar: Barista Ventures - Calle 10B #36-62, Oficina 101.
Inscripción: $25.000 (se cierra el 30 de Abril a las 6AM)
Premios
Primer puesto: Al menos 60 Packs (o equivalente en pesos).
NewerOlder