similar to: Anyone have issues with refreshRefUrl

Displaying 20 results from an estimated 110 matches similar to: "Anyone have issues with refreshRefUrl"

2006 Jan 11
0
[LLVMdev] LLVM Developer Position
LLVM Developers, We are looking for a great compiler engineer for our project at Siemens Technology-to-Business Center in Berkeley (http://www.ttb.siemens.com/). Currently we are planning to use LLVM/open source as our foundation. The candidate will be developing a compiler for a clustered micro-processor for stream oriented applications. This is a challenging, but highly rewarding senior
2008 Jan 23
2
Accessing the current session
I''m trying to fetch a session (and other fb user variables from the session) at the start of my controller, so that all the actions in that controller can make use of it. Here''s the code: class FacebookController < ApplicationController ensure_application_is_installed_by_facebook_user fb_session = session[:facebook_session] # ... action functions here ... end
2013 Mar 18
1
Slow navigation on samba share
hi all, I have a problem with some windows 7 pro (64) clients navigating on samba shares. The user wants to open a folder and then it takes a long time until it opens. Looking into the samba log of the PC it is filled with this entries (seems to check for every ldap user): [2013/03/18 10:10:54.224428, 2] passdb/pdb_ldap.c:572(init_sam_from_ldap) init_sam_from_ldap: Entry found for user:
2008 Mar 27
0
handling post-remove URL / uninstall of application
Hi there, I''ve configured my post-remove URL (which has to be directly to my site, not an apps.facebook.com URL) and now I''m trying to figure out how to handle this. It''s poorly documented here: http://wiki.developers.facebook.com/index.php/Post-Remove_URL It seems as though support for this is currently not yet in Facebooker. In order to get it to work, it
2004 Apr 04
1
Routing through dummy interfaces?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have a linux system with 4 ethernet interfaces, eth0 goes to the internet, eth1, eth2, and eth3 are NAT''d LANs. I want to use an ingress filter to prioritize bandwidth (downstream from internet) to various IPs. I want to sett it up something like this.... eth0 <--[NAT]--> dummy0 <---> dummy1 <---> eth1,eth2,eth3 dummy1
2007 Dec 10
4
facebook_resources method not found
Is anyone else getting this error in their routes, when running Facebooker from a plugin. ./script/../config/../config/routes.rb:67: undefined method `facebook_resources'' for main:Object (NoMethodError) from /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/ action_controller/routing.rb:1139:in `draw'' from ./script/../config/../config/routes.rb:1
2008 Jan 11
18
getting started
Hey all, Been reading through all the old posts (and the docs) to familiarize myself but I still feel a bit lost. I''m on trunk and am having a bit of a hard time knowing where to start with the particular I''m trying to solve. So far, I''ve downloaded backgroundrb, done the basic rails setup, created my worker and started it using `script/backgroundrb start`.
2012 Mar 05
1
index instead of loop?
Hello, Does anyone know of a way I can speed this up? Basically I'm attempting to get the data item on the same row as the report date for each report date available. In reality, I have over 11k of columns, not just A, B, C, D and I have to do that over 100 times. My solution is slow, but it works. The loop is slow because of merge. # create sample data z.dates =
2017 Aug 01
0
list_add corruption problem
Howdy, I've got a CentOS 7 VM that occasionally becomes unresponsive. There's a "list_add corruption" entry in /var/log/messages, included below. This is on VMware. We have lots of other VMs which are running just fine. Only a few are CentOS 7 VMs, though, so I can't rule out some kind of environment issue. It's up-to-date on OS patches, and running kernel
2008 Aug 14
0
FreeBSD positions at Juniper Networks (Sunnyvale, CA and elsewhere)
My most recent search of FreeBSD-related positions at my employer (Juniper Networks in Sunnnyvale, California) turned up 19 hits: * 17 engineers * 2 IT * I Internships There were some others in other locations (e.g., Bangalore). Please see <https://careers.juniper.net/careers/careers.html> for additional details. Peac, david -- David H. Wolfskill david@catwhisker.org I submit that
2008 Aug 14
0
[asterisk-dev] Asterisk + OpenIMSCore
Hi All, I'm trying to add Asterisk as an application server in OpenIMSCore. I want to use it as a media server as Asterisk is compatible with 3G network (if we configure it with an ISDN card). I would like to know if anyone has already started that kind of implementation and if it is possible to do it? Best regards, Khaldon ps: sorry If I have posted that mail in the wrong mailing list...
2012 Mar 02
1
data frame of strings formatted
Hello, I have another question.... I have a data frame that looks like this: a b 2007-03-31 "20070514" "20070410" 2007-06-30 "20070814" "20070709" 2007-09-30 "20071115" "20071009" 2007-12-31 "20080213" "20080109" 2008-03-31 "20080514" "20080407" 2008-06-30
2008 Aug 14
0
Request queue is full
Hello all, Today I had problems on one of the servers. Dovecot stopped working and I got lots of "Request queue is full" on logs. Aug 14 16:49:45 mailserver03 dovecot: auth(default): ldap(xxx at xxx.com.br): Request queue is full Aug 14 16:49:45 mailserver03 dovecot: auth(default): ldap(xxxxx at xxxx.com.br): Request queue is full Aug 14 16:49:45 mailserver03 dovecot: auth(default):
2008 Aug 15
3
[LLVMdev] Check out my Facebook profile
I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to join Facebook! Once you join, you can also create your own profile. Thanks, Andy Here's the link: http://www.facebook.com/p.php?i=612598021&k=63FYZWQ6WVVM5FEIWDV2PT&r&v=2 ___________________ This e-mail may contain promotional
2012 Mar 03
0
removing data look-ahead, something faster.
Hello, Thank you for your help/advice! The issue here is speed/efficiency. I can do what I want, but its really slow. The goal is to have the ability to do calculations on my data and have it adjusted for look-ahead. I see two ways to do this: (I'm open to more ideas. My terminology: Unadjusted = values not adjusted for look-ahead bias; adjusted = values adjusted for look-ahead bias.) 1) I
2008 Aug 14
3
extending the derivs table/fools rushing in
I added "plogis" to the derivative table in the development version of R; the patch against yesterday's R-devel src/deriv/main.c is available at http://www.zoology.ufl.edu/bolker/deriv_patch.txt . I pretty much followed the framework of the other symbols; here was my incantation - } else if (CAR(expr) == PlogisSymbol) { - ans = simplify(TimesSymbol, -
2008 Aug 14
3
[LLVMdev] Eliminating gotos
Hi Mon Ping, Discussing this with others in AMD it came up if it is possible for LLVM to take a program that has a reducible graph (any C code without goto/setjmp) and generate one that is irreducible? If it is the case that the code is actually structured coming in, a simple pattern matcher could turn everything into if/endif and so on. Ben On 14/08/2008 18:39, "Mon P Wang"
2008 Aug 14
0
[LLVMdev] Eliminating gotos
Hi Ben, On Aug 12, 2008, at 11:36 AM, Benedict Gaster wrote: > Hi Owen, > > On 12/08/2008 16:52, "Owen Anderson" <resistor at mac.com> wrote: > >> >> SNIP >> >> >> I'm still not seeing how these two are any different. You just >> replace the text of "if" with "br", and add the explicit target >>
2008 Aug 14
6
wireless laptop configuration
Hi, I have a wireless network but no wired network. I need to access the net for the necessary installation of the wireless drivers in CentOS 5.1. Could anyone let me know how i can go about it!! My card is Intel PRO/Wireless 3945 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking