search for: set_dat

Displaying 8 results from an estimated 8 matches for "set_dat".

Did you mean: set_data
2017 Feb 08
3
Users list and the date the password will expire
...t; > max_pwAge=`samba-tool domain passwordsettings show | grep "Maximum > > password age" | tr -dc '0-9'` > > user_list=`wbinfo -u` > > > > basedn="OU=*,DC=*,DC=*,DC=*" > > > > for user in $user_list; do > > > > set_date=`ldbsearch -H /usr/local/samba/private/sam.ldb -s > > sub -b $basedn cn=$user | grep pwdLastSet | tr -dc '0-9'` > > > > if [ $set_date ] && [ $set_date -gt 1 ]; then > > > > UNIXTimeStamp=$((($set_date/10000000)-11644473600)) > >...
2017 Feb 08
4
Users list and the date the password will expire
...nvert-active-directory-lastlogon-time-to-unix-readable-time Ole -- #!/bin/sh max_pwAge=`samba-tool domain passwordsettings show | grep "Maximum password age" | tr -dc '0-9'` user_list=`wbinfo -u` basedn="OU=*,DC=*,DC=*,DC=*" for user in $user_list; do set_date=`ldbsearch -H /usr/local/samba/private/sam.ldb -s sub -b $basedn cn=$user | grep pwdLastSet | tr -dc '0-9'` if [ $set_date ] && [ $set_date -gt 1 ]; then UNIXTimeStamp=$((($set_date/10000000)-11644473600)) then_sec=`date -d "1970-...
2010 Sep 23
1
Behavior of R CMD build and library() w.r.t. setGeneric-like functions
...m. When I run R CMD check, it doesn't seem that the guard commands are being executed. A less likely hypothesis is that they are being deleted by the cleanEx() function. * checking examples ... ERROR Running examples in 'pars.core-Ex.R' failed. The error most likely occurred in: > set_date(20100921) Error: could not find function "set_date" Execution halted If I add the explicit function definition for 'month' as shown above, I get one of my own error messages indicating that no guard statements were executed. > set_date(20100921) Error in UseFunction("...
2008 Jul 12
3
calculations on nested resources
Hi, I can''t seem to find a solution to the folowing problem. I have 3 resources that are all bound to eachother like this: class Item < ActiveRecord::Base belongs_to :item_category // has a date and amount attr end class ItemCategory < ActiveRecord::Base has_many :items has_many :item_tops // groups the items in categories end class ItemTop < ActiveRecord::Base
2017 Feb 08
0
Users list and the date the password will expire
...gt; > > -- > > #!/bin/sh > > max_pwAge=`samba-tool domain passwordsettings show | grep "Maximum > password age" | tr -dc '0-9'` > user_list=`wbinfo -u` > > basedn="OU=*,DC=*,DC=*,DC=*" > > for user in $user_list; do > > set_date=`ldbsearch -H /usr/local/samba/private/sam.ldb -s sub > -b $basedn cn=$user | grep pwdLastSet | tr -dc '0-9'` > > if [ $set_date ] && [ $set_date -gt 1 ]; then > > UNIXTimeStamp=$((($set_date/10000000)-11644473600)) > then_sec=`date -d &q...
2017 Feb 09
0
Users list and the date the password will expire
...-tool domain passwordsettings show | grep "Maximum >>> password age" | tr -dc '0-9'` >>> user_list=`wbinfo -u` >>> >>> basedn="OU=*,DC=*,DC=*,DC=*" >>> >>> for user in $user_list; do >>> >>> set_date=`ldbsearch -H /usr/local/samba/private/sam.ldb -s >>> sub -b $basedn cn=$user | grep pwdLastSet | tr -dc '0-9'` >>> >>> if [ $set_date ] && [ $set_date -gt 1 ]; then >>> >>> UNIXTimeStamp=$((($set_date/10000000)-11644473600)) &...
2010 Mar 04
2
Hi
How Can I write this this matlab code in R: options=optimset('TolFun',1e-9,'TolX',1e-9,'MaxIter',1e8,'MaxFunEvals',1e8); c=c/2; [alpha, delta, epsilon, nofcup] = ustrs(set_date,mat_date); y = fminsearch('pbond',.15,options,p,c,nofcup,delta/epsilon); y = 200*y; Note pbond is a function in Matlab I already wrote in R ustrs is a function in Matlab I already convert into r Thank you HI [[alternative HTML version deleted]]
2007 Feb 12
0
[864] trunk/wxruby2/samples/calendar/calendar.rb: Fix a couple of errors, add a note on CalendarDateAttr
...gt;<span class="cx"> </span><span class="cx"> def on_calendar(event) </span><span class="cx"> @date = event.get_date </span><del>- log_message("Double-clicked #{format_date(@date)}") - @parent.set_date(@date) </del><ins>+ @display.set_date(@date) </ins><span class="cx"> end </span><span class="cx"> </span><span class="cx"> def on_calendar_change(event) </span><span class="lines">@@ -...