Tools > Plugins > Toggle line wrap
http://plugins.netbeans.org/plugin/45663/toggle-line-wrap
Prawy dolny róg: Wrap: words
$.validator.setDefaults({ ignore: ":hidden:not(select)" })preg_replace("/[^0-9]/","",'604-619-5135');
http://stackoverflow.com/questions/6604455/php-code-to-remove-everything-but-numbers
Blogi oparte na CakePHP
add-apt-repository ppa:samrog131/ppa apt-get update apt-get install copyq copyq
http://stackoverflow.com/questions/12907283/multiple-checkbox-options-on-a-php-form
<label class="radio"><input type="checkbox" name="service[]" value="Web Design" />Web Design</label>
<label class="radio"><input type="checkbox" name="service[]" value="Graphic Design" />Graphic Design</label>
<label class="radio"><input type="checkbox" name="service[]" value="Brand Identity" />Brand Identity</label>
<label class="radio"><input type="checkbox" name="service[]" value="Online Marketing" />Online Marketing</label>
<label class="radio"><input type="checkbox" name="service[]" value="Other" />Other</label>
print_r($_POST['service']);
// output
Array
(
[0] => Web Design
[1] => Graphic Design
[2]
=> Brand Identity
[3] => Online Marketing
[4] => Other
)
Ubuntu 18.04
sudo vim /etc/gdm3/custom.conf
[daemon] # Uncoment the line below to force the login screen to use Xorg #WaylandEnable=false # Enabling automatic login AutomaticLoginEnable = true AutomaticLogin = [username]
Ubuntu 16.04
SDDM
Create config file
sddm --example-config > /etc/sddm.conf vim /etc/sddm.conf
[Autologin] User=john Session=plasma.desktop
Create /etc/lightdm/lightdm.conf
vim /etc/lightdm/lightdm.conf
[SeatDefaults] autologin-user=[username] autologin-user-timeout=0 user-session=ubuntu greeter-session=unity-greeter
Ubuntu lxde
vim /etc/lightdm/lightdm.conf user-session=lxde autologin-user=[username] autologin-user-timeout=0
Ubuntu Xfce
vim /etc/lightdm/lightdm.conf user-session=xubuntu autologin-user=[username] autologin-user-timeout=0
Kubuntu kde-plasma vim /usr/share/lightdm/lightdm.conf.d/40-kde-plasma.conf [SeatDefaults] user-session=kde-plasma autologin-user=symulator autologin-user-timeout=0
Zobacz całość