Pinned Loading
-
-
-
RingOfCircles
RingOfCircles PublicSwift implementation of a Ring of Circles animation, inspired by https://twitter.com/InfinityLoopGIF/status/1101584983259533312
Swift 1
-
Shell Script to show warning if a so...
Shell Script to show warning if a source file exceeds a certain number of lines. (Add this Run Script in your Build Phase) 1#This Shell script will spits out a warning if a source file exceeds a certain number of lines. (in this sample 200 lines)#
2find "${SRCROOT}" \( -name "*.h" -or -name "*.m" \) -print0 | xargs -0 wc -l | awk '$1 > 200 && $2 != "total" { print "Warning " $NF " file has more than 200 lines" }'
3#eg#
4#Warning Projects/SamplePOC/Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.m file has more than 200 lines#
-
clearXcodeConsoleLogs
clearXcodeConsoleLogs 1tell current application
2activate
3tell application "System Events"
4keystroke "k" using command down
5end tell
1 contribution in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More