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 | |
# JenkinsStart.sh | |
# scripts | |
# | |
# Created by Vineet Choudhary on 26/05/17. | |
# Copyright © 2017 Vineet Choudhary. All rights reserved. | |
echo -n "Jenkins CI Server" | |
echo -n "Cleaning Jenking CI Server" |
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
# SWAMI KARUPPASWAMI THUNNAI | |
# ============================================================ | |
# Simple yet Hackable! WhatsApp API [UNOFFICIAL] for Python3 | |
# Note: The author gives permission to use it under Apache 2.0 | |
# Special Thanks To: alecxe, For reviewing my code! | |
# ============================================================ | |
import time | |
import datetime as dt |
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
#xcodebuild location | |
XBUILD=/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild | |
#Project root | |
PROJECT_ROOT=/Volumes/LongTime/Shared/RESideMenu/ | |
#Complete Project Path | |
PROJECT=/Volumes/LongTime/Shared/RESideMenu/RESideMenu.xcodeproj | |
#Target Name |
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
using System; | |
using System.Collections; | |
using System.Collections.Generic; | |
using System.Reflection; | |
using Realms; | |
namespace ProjectName.Core.Extensions | |
{ | |
public static class RealmExtension | |
{ |
OlderNewer