Displaying 20 results from an estimated 834 matches for "nano".
Did you mean:
nan
2012 Feb 28
9
[LLVMdev] Proposed implementation of N3333 hashing interfaces for LLVM (and possible libc++)
...cycle - 603.65 MiB/sec @ 2.268 ghz
Alignment 5 - 0.279 bytes/cycle - 603.65 MiB/sec @ 2.268 ghz
Alignment 6 - 0.279 bytes/cycle - 603.65 MiB/sec @ 2.268 ghz
Alignment 7 - 0.279 bytes/cycle - 603.65 MiB/sec @ 2.268 ghz
Small key speed test - 1-byte keys - 2.50 cycles/hash 1.10 nanos/hash
Small key speed test - 2-byte keys - 4.77 cycles/hash 2.10 nanos/hash
Small key speed test - 3-byte keys - 7.79 cycles/hash 3.43 nanos/hash
Small key speed test - 4-byte keys - 7.78 cycles/hash 3.43 nanos/hash
Small key speed test - 5-byte keys - 9.2...
2012 Sep 07
7
Producing a table with mean values
Hi All,
I have a data set wit three size classes (pico, nano and micro) and 12
different sites (Seamounts). I want to produce a table with the mean and
standard deviation values for each site.
Seamount Pico Nano Micro Total_Ch
1 Off_Mount 1 0.0691 0.24200 0.00100 0.31210
2 Off_Mount 1 0.0938 0.00521 0.02060 0.11961
3 Off_Mount 1 0.1130 0....
2006 Nov 11
0
Error when creating a new worker -- "Text is not a module - (TypeError)"
...e is no problem starting up the server, by the
way. Does anyone have any idea what might be causing this? I didn''t have
this problem with the previous version of backgroundrb.
Any pointers would be appreciated.
Thank you!
David
Text is not a module - (TypeError)
/Users/guest/workspace/nano/config/../vendor/rails/actionmailer/lib/action_mailer/vendor/text/format.rb:49
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require''
/Users/guest/workspace/nano/config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:147:in
`req...
2010 Dec 01
1
proposal TipsAndTricks/EditorDefaultNano
On my systems, I set nano to be the default editor. Is this something
that can be done with some sort of configuration script? I don't find
anything like system-switch-mail for editors.
I do it in my kickstart files, but it can easily be done from a
command line. Since nano is only useful to people using the comma...
2012 Sep 11
4
Maintaining specific order when using aggregate or change order on axis
...some stacked bar graphs.
*setwd("C:\\Users\\Tinus\\Documents\\NMMU\\R\\Seamounts")*
*SChla <- read.csv("SM_Chla_data.csv")*
*
*
*#Extract mean values from data file*
*
*
*Coral <- SChla[185:223,] #Reduce SChla to Coral only*
*coral <- with(Coral , aggregate(cbind(Pico, Nano, Micro),
list(Depth),FUN=mean))*
*rownames(coral) <- coral[,1] *
*coral <- t(coral[,-1]) # Remove Station col and transpose*
*barplot(coral, main="Size fractionated Chl a for Coral", *
* ylab = "Coral", xlim = c(0,8), horiz = TRUE,*
* xlab = expression ("Chlorophyll...
2010 Mar 14
0
nano syntax highlighting for R
Nano is Free Software and a nice intro text editor. It also starts up
very quickly and has good syntax highlighting functionality, so it makes a
nice file viewer. The syntax highlighting is configured in the ~/.nanorc
file. See the attached code and screenshot.
I was looking for good nano syntax...
2006 Jan 30
2
R on the brain
I was sitting in the coffee room at work listening to people complain
about a recent seminar about nanotechnology using the terms
nanofluidics, nanofactory, nano-this, and nano-that ... I found myself
thinking "well the speaker should just
have said
with(nano,
...)
Un(?)fortunately there's no-one here I can share that thought with.
--
620B Bartram Hall...
2009 May 28
2
issues after rebooting
...the system. First, I would like to
show you how I have installed XEN.
S.O: Debian Lenny
Installation: By default without additional packets
So, I installed XEN
# aptitude install xen-hypervisor-i386 libc6-xen xen-utils xen-tools
bridge-utils
# aptitude install xen-linux-system-2.6.26-2-xen-686
# nano /etc/modules
loop max_loop=128
# nano /etc/xen/xend-config.sxp
I commented (network-script network-dummy)
I uncommented:
(network-script network-bridge)
(vif-script vif-bridge)
(dom0-min-mem 196) -> Si hay poca RAM, cambiar a 128
(dom0-cpus 0)
rebooted the system
# nano /etc/xen-tools/xen-too...
2007 Aug 03
1
2 commits - configure.ac
...Benjamin Otte <otte at gnome.org>
Date: Fri Aug 3 23:55:06 2007 +0200
back to development
diff --git a/configure.ac b/configure.ac
index 5d93042..98e4102 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec,0.5.1)
+AC_INIT(swfdec,0.5.1.1)
[nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
if test x"$nano" = x1 ; then
diff-tree b59b564ad8bac73e812b87cc53441402186bf3b4 (from 6c9bb2836becc35805d599c3f4e942c97fbe09f1)
Author: Benjamin Otte <lvs at macbook.(none)>
Date: Fri Aug 3 23:49:04 2007 +...
2005 Oct 17
1
Tomcat 4 on Centos 4.1
I use OpenNMS and this is how I install it. So far it's worked every time
(6 installs). Make sure you open up your IPTables as needed. Let me know
how it goes.
--Todd
--------------
Installing DAG RPM Repository
nano -w /etc/yum.repos.d/dag.repo
[dag]
name=Dag RPM Repository for RHEL
baseURL=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
yum -y update
--------------
Installing Java and Tomcat
Download SDK and JRE from...
2007 Nov 15
2
2 commits - configure.ac
...enjamin Otte <otte at gnome.org>
Date: Thu Nov 15 12:00:38 2007 +0100
back to development
diff --git a/configure.ac b/configure.ac
index 514f515..96ffeed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec,0.5.4)
+AC_INIT(swfdec,0.5.4.1)
[nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
if test x"$nano" = x1 ; then
commit b621bf359cd9c0ee1db2cd19215309067bb7f06a
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Nov 15 11:01:04 2007 +0100
release 0.5.4
diff --git a/configure.ac b/c...
2005 Feb 01
1
Sessionbased traffic on NANO?
I use the wellknown nano setup (by Christoph Simon) on a few sites with
success.
From time to time a user approaches me with problems that seems to
originate from the fact that only trafic to the samt DST IP on the net
will get out the same link.
The problem happens with traffic from applications that contact
differe...
2004 Nov 16
0
nano-setup with fixed routes.
Hi everyone,
I have a linux-box connected to an internal LAN and two
ADSL-connections. I am using the nano.txt setup with patches applied,
and everything is working fine.
My problem is that I want to route traffic to some specific hosts (DNS
and mail-servers) to a specific ADSL-line.
I have tried to add the following
ip route add 195.82.195.0/24 dev eth0 src 83.72.197.108 proto static
table 222
to t...
2010 Jan 06
2
centos 5.4 :: linux-2.6.32.2 compile error (via nano L2200@1600)
...Error 2
make: *** [sub-make] Error 2
Have anyone any idea about this ?
The hardware is in via vb8001 with this cpu
[root at sevcenco linux-2.6.32.2]# cat /proc/cpuinfo
processor : 0
vendor_id : CentaurHauls
cpu family : 6
model : 15
model name : VIA Nano processor L2200 at 1600MHz
stepping : 2
cpu MHz : 1615.851
cache size : 1024 KB
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat clflush acpi mmx fxsr sse ss...
2005 Jul 05
2
Trying the configuration in nano.txt
Hi!
(I sent other mails some time ago, about not-using the Julian''s patches).
When I try the configuration from Nano.txt, having the Julian''s
patches applied, only the first ''hop'' of the routing table "222" is
used (according to tables shown in Nano.txt).
I saw that this question was asked some time ago, with no answer.
Maybe someone can tell me the solution? The routing poli...
2006 Sep 20
5
How to reattach to a failed ssh session or process
Hi, is there a way to "reconnect" to a ssh session that was
disconnected and left running processes in the linux server?
I know that's the purpose of the screen command, but just to spread
know-how, is that possible?
Example:
3441 pts/0 S+ 0:00 nano /etc/httpd/conf/httpd.conf
I remotely connect to a machine via ssh and started to edit apache
conf and i did not used screen (me bad). The session timed out due to
an internet glitch and I got disconnected.
How can I reattach (speaking in screen terms) to that ssh session or
gain control to the na...
2018 Jun 20
2
Roaming profiles
Hey,
I want to use a debian stretch with samba 4 as a fileserver, but I have
problems with the access.
Here is what I did:
apt-get install samba winbind libpam-heimdal libnss-winbind
/etc/init.d/winbind stop
/etc/init.d/samba stop
nano /etc/krb5.conf https://pastebin.com/rkBPJ2Wz
nano /etc/samba/smb.conf https://pastebin.com/h1cJZ6sM
nano /etc/nsswitch.conf https://pastebin.com/gxK2rJLU
getent hosts fs
smbd -b | egrep "LOCKDIR|STATEDIR|CACHEDIR|PRIVATE_DIR"
rm -v /var/run/samba/*.tdb /var/run/samba/*.ldb /var/l...
2012 Sep 19
2
Help reproducing a contour plot
Hi All,
I am trying to reproduce this using R instead.
[image: Full-size image (38 K)]
I tried using the following code
*SChla <- read.csv("SM_Chla_data.csv")*
*Atlantis <- SChla[16:66,]*
*head(Atlantis)*
*
*
Seamount Station Depth Pico Nano Micro Total_Ch dbar Latitude
Longitud
16 Atlantis 1217 Surface 0.0639 0.1560 0.0398 0.2597 2.082 -32.71450
57.29733
17 Atlantis 1217 Shallow 0.0305 0.1250 0.0740 0.2295 24.524 -32.71450
57.29733
18 Atlantis 1217 Deep 0.1660 0.3560 0.0734 0.5954 49.573 -32.71450
57.29733
1...
2009 Mar 30
4
Full guide: How to convert any DVD and video to iPod Touch/C
Are you an iPod fans?
Have an iPod Touch/Classic/Nano and wonder how to enjoy your favorite DVD Collections and funny videos on your iPod?
Now this article is created exactly for you to show how to put DVD and video on iPod Touch/Classic/Nan step by step.
It includes four parts:
Part 1: How to put DVD on iPod
Part 2: How to convert Protected Videos/M...
2016 May 26
2
No such Base DN: CN=Produktion A-Studio (alt?), CN=Users, DC=srg2, DC=local / RSAT
...work with ldbedit (incl. "--relax" option) - i.e.:
- changing all occurences of "Produktion A-Studio (alt?)" into "Produktion A-Studio alt"
- deleting all existing occurences of this user (user record, membership records)
and get errors like:
~#ldbedit --relax -e nano -H /var/db/system/samba4/private/sam.ldb
failed to delete CN=Produktion A-Studio (alt?),CN=Users,DC=srg2,DC=local - No such Base DN: CN=Produktion A-Studio (alt?),CN=Users,DC=srg2,DC=local
~# ldbedit -e nano -H /var/db/system/samba4/private/sam.ldb --cross-ncs "CN=Produktion A-Studio (alt?),...