"time_range_start":
"time_range_end":
"time_range_start":
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
Dear Joanne and Nathan, | |
Congratulations on your wedding! I am so happy for you both as you start your new journey together as husband and wife. I wish you all the love and happiness in the world. | |
I know that moving can be a stressful and expensive process, so I am sending this gift to help you with your moving fund. May it make the transition a little smoother as you settle into your new home. | |
Wishing you a lifetime of love, laughter, and cherished memories. | |
Best wishes, |
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
#!/usr/bin/python | |
"""Replacement for htpasswd""" | |
# Original author: Eli Carter | |
import os | |
import sys | |
import random | |
from optparse import OptionParser | |
# We need a crypt module, but Windows doesn't have one by default. Try to find |
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
""" | |
Gets the name of the active Git branch as a string. | |
Depends on GitPython | |
pip install GitPython | |
""" | |
from git import Repo | |
repo = Repo('/path/to/your/repo') | |
branch = repo.active_branch |
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
To answer that question, I'd like to describe member's accessors first in my own words. If you already know this, skip to the heading "next:". | |
There are three accessors that I'm aware of: public, protected and private. | |
Let: | |
class Base { | |
public: | |
int publicMember; | |
protected: |
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
public class BackgroundVideoRecorder extends Service implements SurfaceHolder.Callback { | |
private WindowManager windowManager; | |
private SurfaceView surfaceView; | |
private Camera camera = null; | |
private MediaRecorder mediaRecorder = null; | |
@Override | |
public void onCreate() { |
Power save
Min: 300 MHz
Max: 1036 MHz
Governor: INTERACTIVE
I/O scheduler: ROW
Cores: 0 and 3 only
Efficiency
Min: 300 MHz
NewerOlder