This file contains 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
> repository.find({property: value}) |
This file contains 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
_Date = | |
VAR BaseCalendar = CALENDARAUTO() | |
RETURN | |
GENERATE ( | |
BaseCalendar, | |
VAR BaseDate = [Date] | |
VAR DayNumber = Right(CONCATENATE("00",DAY ( BaseDate )),2) | |
VAR YearDate = YEAR ( BaseDate ) | |
VAR MonthNumber = Right(CONCATENATE("00",MONTH ( BaseDate )),2) | |
VAR JoinDate = CONCATENATE(01,CONCATENATE("/",CONCATENATE(MonthNumber,CONCATENATE("/",2018)))) |
This file contains 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
06/17 13:40:32: Launching 'app' on Android 10 - Nexus 5 API 29. | |
$ adb shell am start -n "com.brainboost.MOG/com.brainboost.brainapp.IntroActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER | |
Connected to process 8058 on device 'Android_10_-_Nexus_5_API_29 [emulator-5554]'. | |
Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. | |
I/.brainboost.MO: Not late-enabling -Xcheck:jni (already on) | |
E/.brainboost.MO: Unknown bits set in runtime_flags: 0x8000 | |
W/.brainboost.MO: Unexpected CPU variant for X86 using defaults: x86 | |
I/.brainboost.MO: The ClassLoaderContext is a special shared library. | |
D/libEGL: Emulator has host GPU support, qemu.gles is set to 1. |
This file contains 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
// Use chai should to assert null | |
const should = chai.should(); | |
should.exist(any); |
This file contains 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
https://contele.atlassian.net/browse/HDC-272 |
This file contains 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 | |
chmod +x gradlew | |
echo "commit message:" $GIT_CLONE_COMMIT_MESSAGE_BODY > ./release_notes.txt |
This file contains 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 | |
# Taken from and modified | |
# http://devblog.springest.com/a-script-to-remove-old-git-branches/ | |
echo "The following remote branches are fully merged into master and will be removed:" | |
git branch -r --merged master | sed 's/ *origin\///' | grep -v 'master$' | |
read -p "Continue (y/n)?" | |
if [ "$REPLY" == "y" ] ; then # Remove remote fully merged branches | |
git branch -r --merged master | sed 's/ *origin\///' | grep -v 'master$' | xargs -I % git push origin --delete % |
Android Annotations https://github.com/excilys/androidannotations
for less code
Notebook
IDE Android Studio - https://developer.android.com/sdk/index.html
Git - http://www.git-scm.com/
GenyMotion - https://www.genymotion.com/#!/ ou celular android com cabo usb
GenyMotion
NewerOlder