Remember username:
when clone use https://USERNAME@url.com/aseruiosuerio
When already cloned (and https://github.com/czipperz/gr installed):
gr ro; gr ao https://USERNAME@url.com/aseirousrieosu`
w/o gr (normal git):
git remote remove origin
| int maxHealth = 600, currentHealth=maxHealth; | |
| int essenceShiftStacks=0; | |
| int baseDamage=60; | |
| int burstFromPounce = 60; | |
| public int getSlarkDamage() { | |
| return baseDamage + 3*essenceShiftStacks; | |
| } | |
| public static void main(String[] args) { |
| public static void main(String[] args) { | |
| String a = "asdf"; | |
| String b = "asdf"; | |
| String c = b; | |
| if(a == b) | |
| System.out.print("AAA, "); | |
| if(b == c) | |
| System.out.print("BBB, "); | |
| if(a == c) |
Remember username:
when clone use https://USERNAME@url.com/aseruiosuerio
When already cloned (and https://github.com/czipperz/gr installed):
gr ro; gr ao https://USERNAME@url.com/aseirousrieosu`
w/o gr (normal git):
git remote remove origin
| #include <string> | |
| #include <exception> | |
| #if __cplusplus < 201103L | |
| // for c++98 compiler support | |
| #define noexcept throw () | |
| #endif | |
| #if __cplusplus < 201103L | |
| #define EQUALS_DELETE |
a [abc]
Used to do a cheap reference-to-reference conversion.
This trait is similar to [AsMut] which is used for converting between mutable references.
If you need to do a costly conversion it is better to implement [From] with type
&T or write a custom function.
Reference: https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences
<n>,<x>,<y> are bounded to [1, 32767], defaults to 1 if not specified.
<m> defaults to 0 if not specified.
<b> defaults to the current viewport height.
<h> is a hex number between 0 and ff