Displaying 16 results from an estimated 16 matches for "cik".
Did you mean:
ci
2011 May 15
1
Find String Between Characters
...characters between two other characters in
a long string file. I tried some of the examples on the R help pages and
elsewhere, but I am not able to get it. Your help would be much
appreciated.
require(scrapeR)
mmm<-scrape(url="http://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0000320193&owner=exclude&count=40")
str(mmm)
I want to get the number 0000320193 that is between the CIK= and the &. I
have tried
g <- grep( "CIK=|&", mmm )
and
temp<-grep(mmm,\CIK=\&)
and variations on these themes, but all won't run or come bask as...
2008 Apr 18
1
create raid /dev/md2
Hi , currently i have 2 raid devices /dev/md0 and /dev/md1 , i have added 2
new disks, fdisked , created 2 primary partitions with type fd (linux raid
autodetect)
Now i want to create raid from them
root at vmhost1 ~]# mdadm --create --verbose /dev/md2 --level=1 /dev/sdc1
/dev/sdd1
mdadm: error opening /dev/md2: No such file or directory
will return that error, what shouldi do?
Thanks!
2008 Apr 21
2
enable bootsplash
Hi, how do i enable boot splash (graphical boot) in CentOs5.1 ?
I am in init 5, i have updated from minimal install to GNOME using yum
groupinstall.
Thanks in advance!
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080421/233d6fc4/attachment-0001.html>
2009 Dec 19
1
accessing another controller's data
Hello everybody,
I''m ruby/ror newbie
I''m trying to generate a site map of a website. Website is divided to
three parts (each has own controller). In every controller(in init
action) is variable @left_menu, which is a hash containing a sub-
navigation of current part of the site.
The problem is that to generate the site-map i need to access
@left_menu in father controller (root)
2013 Jul 02
2
[ANNOUNCE] libdrm 2.4.46
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Release because I want the cursor ioctls released,
also haswell and radeon ids.
Alex Deucher (3):
radeon: add CIK chip families
radeon: add Bonaire pci ids
radeon: add kabini pci ids
Damien Lespiau (3):
intel/aub: Sync the AUB defines with mesa's
intel/aub: Return early if we disable aub dumps
intel/aub: Implement a way to specify the output .aub filename
Dave Airlie (2):...
2009 Jul 23
2
apache redirect rule
Hello guys,
sorry for this OT, but It seems that I am a very stupid :(.
I want to achieve one simple think in apache 2.2.
If users will type extensions.polarion.com I want to redirect him to
extensions.polarion.com/polarion/extensions However there are
following rules that apply
1) extensions.polarion.com is an virtual host alias to
community.polarion.com . There is a definition inside virtual
2008 Mar 20
1
build custom kernel
Hi guys!
i followed tutorial for building custom kernel for centos5
http://howtoforge.com/kernel_compilation_centos with lastest kernel
downloaded from kernel.org .
in menuconfig i used /boot/config-(mycurrentcentoskernel) as a
configuration. then i compiled with make rpm.
Result was ok, but my kernel was about 400MB of size! :(
Next problem was that alltought i we had ip_nat as a module selected
2014 Oct 22
1
display force off - kernel 3.18
http://cgit.freedesktop.org/~darktama/nouveau/commit/?id=4d60422
also broken with this commit
2017 Feb 28
0
[PATCH 0/3] gpu: drm: Convert printk(KERN_<level> to pr_<level>
...| 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_test.c | 2 +-
drivers/gpu/drm/amd/amdgpu/atom.c | 44 ++++++++---------
drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 4 +-
drivers/gpu/drm/amd/amdgpu/cik_sdma.c | 4 +-
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 4 +-
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 4 +-
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 8 ++--
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 8 ++--
drivers/gpu/drm/amd/amdgpu...
2008 Jun 25
0
Memory allocation failed: Copying Node
...if(is.null(xml)) {
stop("File not processed: " %+% file)
}
processed=FALSE
owner <- tryCatch(
data.frame(datadate=xValHelper("periodOfReport"),
CIK=xValHelper("issuerCik"),
conm=xValHelper("issuerName"),
tic=xValHelper("issuerTradingSymbol")),
error = function(err) unProcessedFiles(filein)
)...
2008 Oct 23
5
compare directories
Hello guys,
I have two mirrors. I need to compare files and directories on both mirrors
and as a result print list of those which are missing on mirror 2
What i did
find /data > find.mirror1
find /data > find.mirror2
Now i need to get list of those directories which are missing in mirror1.
Thanks in advance!
David
-------------- next part --------------
An HTML attachment was
2017 Feb 28
2
[PATCH 0/2] gpu: drm: Use pr_cont and neaten logging
...++++++++-----------
drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_test.c | 2 +-
drivers/gpu/drm/amd/amdgpu/atom.c | 44 ++++++--------
drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 4 +-
drivers/gpu/drm/amd/amdgpu/cik_sdma.c | 4 +-
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 4 +-
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 4 +-
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 8 +--
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 8 +--
drivers/gpu/drm/amd/amdgpu/s...
2017 Feb 28
0
[PATCH 2/2] gpu: drm: Convert printk(KERN_<LEVEL> to pr_<level>
...| 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_test.c | 2 +-
drivers/gpu/drm/amd/amdgpu/atom.c | 44 ++++++++---------
drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 4 +-
drivers/gpu/drm/amd/amdgpu/cik_sdma.c | 4 +-
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 4 +-
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 4 +-
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 8 ++--
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 8 ++--
drivers/gpu/drm/amd/amdgpu...
2016 Sep 14
5
[PATCH 1/2] filearch: Add RISC-V architecture.
---
src/filearch.c | 21 +++++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/src/filearch.c b/src/filearch.c
index 5985b73..cbc8372 100644
--- a/src/filearch.c
+++ b/src/filearch.c
@@ -56,14 +56,16 @@ cleanup_magic_t_free (void *ptr)
# endif
COMPILE_REGEXP (re_file_elf,
- "ELF.*(MSB|LSB).*(?:executable|shared object|relocatable),
2017 Feb 28
8
[PATCH 2/2] gpu: drm: Convert printk(KERN_<LEVEL> to pr_<level>
...ivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | 3 +-
> drivers/gpu/drm/amd/amdgpu/amdgpu_test.c | 2 +-
> drivers/gpu/drm/amd/amdgpu/atom.c | 44 ++++++++---------
> drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 4 +-
> drivers/gpu/drm/amd/amdgpu/cik_sdma.c | 4 +-
> drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 4 +-
> drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 4 +-
> drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 8 ++--
> drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 8 ++--
> d...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...%)F~^=4t#HfH*a(UAj2M#B>u9ix3a_t2*ef
z^qwGwJBXJ1`~fvGLXFg?Ni%4E9T!H>`WH#8A8V(_zS#GW6vxn-VEIsN(V6xSK~1`_
z!1C9d^=29#a&3J-{|H|oObUoWQizkd8BXs-BWl&Z{ZswhzsV3BQL*cl`y5dCF!~(1
zBuRo&ZLaud$A7o&Qt;1f{@tEbyX}7#r=m-T4i0;hbA_=(mjy>i>n^^VlopAH{$XEp
zaaCi9&@1bd^_vr-%QLJi?t3Cfb;8(RCikq`fcYl7zb_K@$Saq^nhN_9(6HVXO99R%
zVPVRL`NMVIKtZ|vlkqC=FlY_dRGeEOG)G<`mD_g+1y{tP712|@^f+P}_UERy?XzII
zYofoZG~ZTg?c29^V}#LPMdsU|4(*})?40)P5-ykvtcz6i6;6(Mn`(AhMBD#{82Z<h
z$(?W<`CpTRuz>}?DhzA^uyqxUGPG^)9OlPPEEj<54nzygI4|>xD-2(@Km`>+pDhkJ
zIqg%!5qV*6UBcx=V+As!pbhk{P5Z0<OMzkZ?YEO0l...