I hereby claim:
- I am broomstar on github.
- I am broomstar (https://keybase.io/broomstar) on keybase.
- I have a public key ASARlEn28m5cDv4JACwl_xadHpTgUy9YXlHWBIpFeoIXvgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
function substitute { | |
if [ -z "$1" -o -z "$2" ]; then | |
echo "Usage: substitue FROM_STRING TO_STRING [OPTION]..." | |
echo | |
echo "Replace all occurances of FROM_STRING (a sed-compatible regular" | |
echo "expression) with TO_STRING in all files for which ack-grep matches" | |
echo "FROM_STRING." | |
echo | |
echo "Any additional options are passed directly to ack-grep (e.g.," | |
echo " --type=html would only run the substitution on html files)." |
<?xml version="1.0" encoding="UTF-8" ?> | |
<Data> | |
<Series> | |
<id>83462</id> | |
<Actors>|Nathan Fillion|Stana Katic|Molly C. Quinn|Jon Huertas|Seamus Dever|Tamala Jones|Susan Sullivan|Ruben Santiago-Hudson|Monet Mazur|</Actors> | |
<Airs_DayOfWeek>Monday</Airs_DayOfWeek> | |
<Airs_Time>10:00 PM</Airs_Time> | |
<ContentRating>TV-PG</ContentRating> | |
<FirstAired>2009-03-09</FirstAired> | |
<Genre>|Drama|</Genre> |
#include "MyWidget.h" | |
#include "ui/UIText.h" | |
USING_NS_CC; | |
using namespace std; | |
using namespace cocos2d::ui; | |
MyWidget::MyWidget(){} | |
Widget::ccWidgetTouchCallback MyWidget::onLocateTouchCallback(const string &callBackName) | |
{ |