Student | Rishi Raj |
---|---|
Github | @rishiraj824 |
Organisation | FOSSASIA |
Project | SUSI Web Chat Application using SUSI.AI Server API |
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
#!/bin/sh | |
# | |
#################################### | |
# iTunes Command Line Control v1.0 | |
# written by David Schlosnagle | |
# created 2001.11.08 | |
# @edited Mateusz Gachowski | |
#################################### | |
showHelp () { |
This file has been truncated, but you can view the full file.
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
cd khaleelsi | |
git show | |
commit 24e8a9a53216c854588094da9ce31f57923c9637 | |
Author: Mathieu Bultel <[email protected]> | |
Date: Thu Aug 6 19:50:52 2015 +0200 | |
cd khaleesi-setttings | |
git show | |
commit 5d7e42983183fa14922be84be772ade6cec2224f |
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
{ | |
"body_html": "\u003Ca name=\"top\"\u003E\u003C/a\u003E\n\u003Cp\u003E\u003Cstrong\u003EWatch \u003C/strong\u003E\u003Cstrong\u003E\u003Ca href=\"#Video_Review\"\u003Ehow we made this shirt\u003C/a\u003E!\u003C/strong\u003E\u003C/p\u003E\n\n\u003Cp\u003EFast Fashion represents the polar opposite of our core values- people, planet and product. It tends to exploit people by severely under compensating them for their work, uses materials that are toxic for the planet and is designed to be fashionable or last one season. #\u003Cspan class=\"caps\"\u003EUCK\u003C/span\u003E \u003Cspan class=\"caps\"\u003ETHAT\u003C/span\u003E.\u003C/p\u003E\n\u003Cp\u003EWe silkscreen each tee one at a time in Brooklyn NYC, with their own colors and style to match the shirt. Each shirt is one-of-a-kind, and sold grab-bag style. You chose your size and the shirt chooses you, resulting in a happy surprise :-)\u003C/p\u003E\n\u003Cp\u003EMaterial: Collected + inspected reused shirts. \u003Cbr /\u003E\nNon-toxic water-based silkscr |
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
# -*- coding: utf-8 -*- | |
""" | |
Answers to assignments, "Coding the Matrix", by Philip N. Klein, Chapter 0.5 | |
""" | |
############################################################################### | |
# 0.5.1 Number of minutes in a week | |
############################################################################### | |
print("\n### 0.5.1 ###\n") |
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/perl -w | |
use strict; | |
use diagnostics; | |
use Audio::M4P::QuickTime; | |
# m4a.nonymize | |
# | |
# Strip tags from purchased and/or matched M4A files. | |
# | |
# Use: m4a.nonymize file [file] [file] ... |
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
From beea56cd76d1f3159cbaf2d12d51e29ebeffb0ce Mon Sep 17 00:00:00 2001 | |
From: mickybart <[email protected]> | |
Date: Tue, 12 Jan 2016 07:09:36 -0500 | |
Subject: [PATCH] Add supports for BCM BT FM | |
--- | |
bta/fm/bta_fm_legacy.c | 74 ++++ | |
bta/fm/libbt-fmcore.a | Bin 0 -> 243186 bytes | |
bta/fm/libbt-fmrds.a | Bin 0 -> 175536 bytes | |
bta/include/bta_fm_api.h | 808 ++++++++++++++++++++++++++++++++++++++ |