Displaying 20 results from an estimated 700 matches similar to: "why my Ajax request is performed 3 times ?"
2019 Jul 22
3
[RFC] A new multidimensional array indexing intrinsic
Am Mo., 22. Juli 2019 um 10:50 Uhr schrieb Doerfert, Johannes
<jdoerfert at anl.gov>:
> Why introduce a new intrinsic (family)? It seems that would require us
> to support GEPs and GEP + "multi-dim" semantics in various places. What is
> the benefit over a GEP extension?
Adding an intrinsic is easier than adding or extending an existing
instruction, as suggested by
2014 Mar 18
2
Taller "Shiny. Entornos web con R" (presencial y streaming)
Desde la Sección de Apoyo Estadístico del Servicio de Apoyo a la
investigación (SAI) de la Universidad de Murcia, te invitamos al Taller
que impartiremos el próximo _26 de Marzo de 16h a 20h_, titulado :
/"Shiny. Entornos web con R"/
*
Lugar:* Aula *Bisbita* en la *Fac de Biología*, a las 16:30h
_Se podrá seguir en directo vía streaming_
Reserva tu puesto desde caldum
2010 Mar 08
3
RoR Developer Needed For Long Term Project [Jobs]
We are currently seeking a very experienced Ruby on Rails developer to
complete our Rails development; a social networking platform for
businesses and their customers. The project is 90%-95% complete, but
we need someone (or some company) to complete it and provide the
ongoing support and long term development that will be needed. The
system currently also includes a product shopping cart system
2006 Feb 23
12
Showcase On Rails CMS v0.1
I built out a simple CMS for websites that rely heavily on portfolios.
This covers graphic and web designers in particular, but also other
people with stuff to show off. It''s really easy to customize
progressively, so that some people will only modify CSS, but others
will dig deeper into Javascript behaviors and the Rails view code.
Check it out at http://showcase.kylemaxwell.com/
SVN
2020 Aug 01
2
Deprecation of scp protocol and improving sftp client
Why can the local and remote paths be sanitized?
Regards,
Uri
> On Jul 31, 2020, at 19:57, Ethan Rahn <ethan.rahn at gmail.com> wrote:
>
> ?I wanted to bring this up again due to:
> https://github.com/cpandya2909/CVE-2020-15778/. This showcases a clear
> issue with scp which it sounds like cannot be fixed without breaking scp.
> This seems like it would lend some impetus
2006 Oct 02
3
CentOS at FOSDEM
Hi all,
FOSDEM is coming and it would be nice if CentOS users and developers
are present.
FOSDEM will take place at 24 and 25 february 2007. (so mark those dates in
your calendar!)
I guess what we need is a wiki page about FOSDEM linked from some 'CentOS
events' page and then people can start planning and indicating who's
coming and what the topics could be.
Since the developer
2020 May 18
2
Use Galois field New Instructions (GFNI) to combine affine instructions
Hello everyone,
On the last couple of days, I have been experimenting with teaching LLVM how to combine a
set of affine instructions into an instruction that uses the GFNI [1] AVX512 extension,
especially GF2P8AFFINEQB [2]. While the general idea seems to work, I have some questions
about my current implementation (see below). FTR, I have named this transformation
AffineCombineExpr (ACE).
2006 Feb 09
4
Theme wanted for new Rails CMS
Hi all,
I just finished building a CMS (open source, MIT license, same as RoR)
that is aimed at people with portfolios: graphic designers,
photographers, web developers, etc. Since this fits the Rails
demographic well, and I plan to continue actively developing the
project, I expect it to be a hit. Some features:
* 100% semantic XHTML
* Built on Ruby on Rails
* AJAXified administration
*
2011 Mar 10
2
Managing directories recursively and adjust subdirectories permissions?
Hello everybody,
I have a strange problem. I manage a directory recursively like this
(this part works).
class showcase {
file { "/opt/files":
ensure => directory,
owner => "user",
group => "group",
recurse => true,
source => "puppet:///showcase"
}
}
Now, if I want to set permissions on directories included in
2006 Jan 11
3
DataGrid (Table) using tables/Scriptaculous Sortable
Hey yall,
I wanted to share some code I''ve been working on as it seems up the
alley of folks on this list. It''s not rails, per se, but one day...
DataGrid: http://development.finetooth.com/?p=6
This also showcases the option.delay perameter I''ve submitted into
scriptaculous - hold down your mouse for one second on any column other
than Vendor and then drag away ;) The
2006 Feb 17
7
Rich Text Editor (RTE)
Hello,
We are developing an commercial application that need to use an RTE.
Someone know one RTE editor that can I use in an commercial application?
We need basic functions to format paragrapher, bold, italic, ...
I found FCKEditor but it is very expensive and weight.
I found this list too but don''t know what is trustful:
http://www.geniisoft.com/showcase.nsf/WebEditors
Some
2004 Sep 19
2
HD WMV9 videos for download...
Came across this page... intended to showcase the high-end capabilities of
WMV9...
http://www.microsoft.com/windows/windowsmedia/content_provider/film/ContentShowcase.aspx
Just thought some people might be interested in it to make some
comparisons... and it's also probably some of the highest quality sample
material i've found on the net... so it's also useful for me to use as
2019 Apr 01
3
Today is the last day of mediocre library call optimizations
To this day, we still do too little when it comes to optimizing well
known library calls.
Given that various libraries, especially the C/C++ standard library, are
relatively clear defined, and LLVM has all the infrastructure already in
place, e.g., SimplifyLibCalls.cpp, it seems odd that we still miss so
many optimization opportunities.
To show how easy it is, and how much impact it can have, I
2008 Dec 16
5
More than one submit_tag in a single form
Hai everyone ,
I have a list of users(each user in a row)and an Approve button for each
user. I wish to change the status of the user to be approved when I
click on the Approve button of a user. When I tried getting all the
users in the params hash. I want to get the id of the user according to
which "Approve" button I clicked. How can I implement this one?
Thanks in advance.
--
Posted
2020 Jul 15
3
Deprecation of scp protocol and improving sftp client
On Wed, 15 Jul 2020, Red Cricket wrote:
> I have had this in my .bashrc for years:
>
> alias scp='rsync -avzP'
Similar, though I named it rcp because nobody has the real rcp installed
any more, but sometimes I need scp to connect to systems that lack rsync.
https://evolvis.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=shellsnippets/shellsnippets.git;a=blob;f=mksh/rcp;hb=HEAD
>
2004 Aug 06
4
Debian packages: icecast2, libshout, ices2
On Fri, Aug 08, 2003 at 03:57:44PM -0500, Luke Stodola wrote:
> I've compiled Keegan's libogg, libvorbis, and icecast2 packages for
> woody/powerpc, available at
> http://showcase.stjacademy.org/debianpackages/ if anyone wants them.
> Keegan, feel fry to put these on your site.
Thanks, but it looks to me like you've done a bit more than recompile my
packages for PowerPC.
2009 Feb 10
1
Looking for wine success stories
Hi folks,
I'm going to be giving a talk at CeBit next month, and would
like to showcase a couple of Wine success stories. If your
organization is using Wine on more than ten desktops,
please let me know how many desktops you're using it
on, and what apps you're using with it.
Thanks!
- Dan
2006 Feb 14
1
Podget or Similar
While I'm thinking about it, is anyone else out there using podget or
something similar to do news/weather playback?
It's a neat idea, and I'd like to showcase it as a feature that the old
Nortel just didn't even come close to doing...
Thanks,
Bob McDowell
2011 May 08
1
new to loops
I have never made a loop on my own to do anything in R. But I am hoping
someone can help me build one for the following issue:
I need to make a univariate logistic regression for each of my variables
(about 62 of them), then I need to gather up each of their coefficients (not
the intercepts), each of their 95% confidence intervals, and each of thier
odds ratios and place them in a matrix to
2012 Dec 29
1
Puppet module for managing Cobbler
Module on forge:
http://forge.puppetlabs.com/puppetlabs/apache
Code and issue tracker:
https://bitbucket.org/jsosic/puppet-cobbler
Comments are welcome, hope somebody finds it useful. I''m very happy with
it so far :D
The reason I''m posting it is that couple of people asked me about
publishing this module while I was in a process of developing it, so If
those people