Forum

mrmucha
@mrmucha
Admin
Członek
Połączone: sty 9, 2012
Ostatnio widziany: paź 11, 2025
Tematy: 535 / Odpowiedzi: 561
Odpowiedz
RE: openmeetings - how to restart

sh /openmeetings/bin/shutdown.sh

5 lat temu
Forum
Temat
Forum
Odpowiedzi: 0
Widoki: 1140
Odpowiedz
RE: cisco - how to remove single ACL entry?

Never: no access-list 150 permit ip host 10.0.0.1 host 10.0.0.2 – this will remove whole 150 ACL! (idiots from cisco) What to do: 1. show acce...

5 lat temu
Forum
Temat
Forum
Odpowiedzi: 0
Widoki: 1015
Odpowiedz
RE: vba, powerpoint example - each slide effect, each paragraph effect after click

alt+f11, module Dim oshp As Shape Dim oslide As slide Sub Format() Dim tekst, slide, start_slide, end_slide start_slide = 7 end_s...

5 lat temu
Forum
Odpowiedz
RE: powerpoint, vba, text frame, vertical align, middle

Dim tekst Set tekst = ActivePresentation.Slides(i).Shapes(1) If tekst.HasTextFrame Then ...

5 lat temu
Forum
Temat
Forum
Odpowiedzi: 0
Widoki: 1105
Odpowiedz
RE: powerpoint, vba, format interline, vertical text space

Sub Formatuj() Dim tekst For i = 7 To ActivePresentation.Slides.Count Set tekst = ActivePresentation.Slides(i).Shape...

5 lat temu
Forum
Temat
Forum
Odpowiedzi: 0
Widoki: 1113
Odpowiedz
RE: phpstorm, personal token, access denied

1. url/remote as usual ’ 2. username as usual 3. password is your personal/project token 4. have fun

5 lat temu
Forum
Temat
Forum
Odpowiedzi: 0
Widoki: 1165
Odpowiedz
RE: laravel, stop chrome dusk test, show browser without close

1. solution edit testsDuskTestCase.php and disable headless mode $options = (new ChromeOptions)->addArguments([ // '--disabl...

5 lat temu
Forum
Temat
Odpowiedz
RE: kohana, orm, cant set null value

Edit Model file public function filters() { return array( 'MY_FIELD' => array( array(function($value) { return (!$value...

5 lat temu
Forum
Strona 28 / 74