Skip to content

Instantly share code, notes, and snippets.

View Xonshiz's full-sized avatar
🎯
Lurking somewhere ~~~

Dhruv Kanojia (Xonshiz) Xonshiz

🎯
Lurking somewhere ~~~
View GitHub Profile
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace MriFilesConvert
youtube-dl.exe -i "VimeoVideoLink" --extract-audio --audio-format mp3 --audio-quality 0 -p "YourVimeoAccountPassword" -u "YourVimeoAccountUsername"
using Android.App;
using Android.Widget;
using Android.OS;
using System.IO;
using Android.Media;
using System.Net.Http;
using System.Net.Http.Headers;
using System;
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<Button
android:id="@+id/start"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Start Recording" />
# Command Line : python argy.py --myRegex "(^[A-Z]\d[A-Z]\d)"
# Check the Image : https://ibb.co/g3JPNb
import argparse
import re
parser = argparse.ArgumentParser(description='https://plus.google.com/u/0/101601879152225382803/posts/627K5E1DmMj?cfem=1')
parser.add_argument('--version', action='store_true', help='Shows version and exits.')
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import re
import os
from subprocess import check_output
import json
import sys
from selenium import webdriver