Skip to content

Instantly share code, notes, and snippets.

View mhddurrah's full-sized avatar
🐧
tux

MOHAMD DORRA mhddurrah

🐧
tux
View GitHub Profile
//@version=5
indicator("Nouronacci", overlay=true)
offset = input.int(defval=0,title="Offset", minval = 0)
show_labels = input.bool(defval=false,title="Show Labels")
timeframe = input.timeframe(defval = "", title = "Timeframe")
h = float(high[offset])
l = float(low[offset])
m = float((h+l)/2)
//@version=4
study("Nouronacci", overlay=true)
offset = input(title="Offset", type=input.integer, defval=0, minval=-0, maxval=10)
h = float(high[offset])
l = float(low[offset])
m = float((h+l)/2)
m1 = float((h+m)/2)
m2 = float((l+m)/2)
package com.why;
public class Why {
public static void main(String[] args) {
Gen<A> gen = new Gen<>();
gen.m(new A()); //eeeeeeeeee A
}
}
private void doSwitchToAP() {
final WifiManager wifiManager = (WifiManager) getSystemService(Context.WIFI_SERVICE);
final WifiApControl wifiApControl = WifiApControl.getInstance(this);
if (wifiApControl.isEnabled()) {
WifiConfiguration config = wifiApControl.getConfiguration();
if (config.SSID.equals(HOTSPOT_SSID) && config.preSharedKey.equals(HOTSPOT_PWD)) {
Utilities.longToast("Already configured as hotspot!");
}
}
final WifiConfiguration apConfig = new WifiConfiguration();
/**
* Created by mhd.ug on 6/15/16.
*/
class SoftwareDeveloper[L <: Java with Php] extends HumanBeing[Syrian] with SoftwareEngineer {
val motivation = "Being a software engineer means that you must be as flexible as possible to keep up with new technologies."
val summary ="""
Working for about 3 years as a software developer in Invest4all provided me with a great experience
with Java EE technologies; from JSF (including primefaces), Hibernate, Web-services, to EJB,
also with xml and advanced javascript using OOP and Raphaël JS.