Skip to content

Instantly share code, notes, and snippets.

View youknowone's full-sized avatar
😂
Being Lazy

Jeong, YunWon youknowone

😂
Being Lazy
View GitHub Profile
@diegum
diegum / bitset_iter.h
Last active February 23, 2024 02:19
Missed an iterator for C++ STL bitset? Have mine!
// bitset_iter.h v1.1.0
// Copyright 2019, Diego Dagum
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
@comfuture
comfuture / sms
Last active September 13, 2017 01:19
#!/usr/bin/osascript
on run argv
set nr to item 1 of argv
set msg to item 2 of argv
tell application "System Events"
tell application "Messages" to activate
end tell
tell application "Messages"