Skip to content

Instantly share code, notes, and snippets.

View AramRafeq's full-sized avatar
:octocat:
Focusing

Aram Rafeq AramRafeq

:octocat:
Focusing
View GitHub Profile
<!DOCTYPE html>
<html lang="ku" dir="rtl">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>گیتهەب پەیج | دەربارە</title>
</head>
<body>
<ul>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sentry.io Test</title>
<script>
function buttonClicked(){
alert("hello world");
}
.model small
.stack
.data
message db "Hello DevelopersTree Fans!". "\$"
.code
main proc
mov ax,seg message
mov ds,ax
<html>
<head>
<title>Developers Tree - screen loader</title>
</head>
<body>
</body>
</html>
if
if
if
if
if
end if
end if
end if
end if
end if
int val1 = 5;
int val2 = val1;
val2 = 8;
Console.WriteLine(val1); // output: 5
Console.WriteLine(val2); // output: 8
<element data-name="somevalue">
class test{
public static void test(int x ){
test(++x);
}
}
public class Cards {
/**
* Checks if the card is valid
*
* @param card
* {@link String} card number
* @return result {@link boolean} true of false
*/
public static boolean luhnCheck(String card) {
if (card == null)
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="*" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<StackPanel Orientation="Horizontal" VerticalAlignment="Bottom" HorizontalAlignment="Center">
<TextBlock Text="File Name: " FontSize="24"/>
<TextBox x:Name="txtFileName" Width="280" FontSize="18"/>
</StackPanel>