Displaying 20 results from an estimated 255 matches for "tomars".
Did you mean:
tomas
2010 Sep 22
20
problem in downloading large file with apache+mongrel
hii all,
am using apache as frontend to mongrel and loaded xsendfile
module in apache ,am looking for 1 GB of download .this is download
routine
def download
@stream = Stream.find(params[:id])
send_file(@stream.location,:filename => @stream.name,:disposition >
''attachment'',:x_sendfile => true )
and
And this is how it is processed
Processing
2019 Oct 29
4
GitHub Access Request
Hi Tom,
I do not have SVN account, for accessing LLVM.
Thanks,
Sourabh
On Tue 29 Oct, 2019, 9:08 AM Tom Stellard, <tstellar at redhat.com> wrote:
> On 10/26/2019 03:39 AM, Sourabh Singh Tomar wrote:
> > Hi All,
> >
> > I recently requested Chris regarding commit access to LLVM.
> > He asked me to wait till the GitHub migration completes and then ask in
>
2019 Oct 09
4
DebugInfo work contribution and update.
Hi llvm-dev, cfe-dev,
It's been a while since our team is investigating DebugInfo in LLVM, we're
looking forward to contribute and enhance in LLVM DebugInfo.
We,'ve been investigating mostly on DWARF-5 aspects -- couple of them to
mention--
1. Language aspects
2. Location mostly optimized out ones
3. DebugInfo conformance to DWARF-5
To avoid getting conflicted with some body
2019 Oct 09
3
DebugInfo work contribution and update.
Thanks, David for updating us.
Regarding, mail address, can use anyone{@gmail or @amd}. but
sourav0311 at gmail.com works best for me for mailing lists related stuff.
Regarding, GDB side of DWARFv5 side of things, we've testing GDB-8.3 WRT
DWARFv5 clang and gcc binaries to get better idea of debuggability of clang
generated binaries with GDB.
Primary motivation being GDB better handling of
2020 Nov 13
1
[DebugInfo]Crash during building openmpi4.0.0
Thank You for suggestion Adrian!
Generated reproducer for the crash using clang reproducer and CReduce.
::Attachment:: C file.
NIT: some clean up is done on this file just to silent some compiler warnings(like implicit declaration etc.)
Crash can be reproduced using above test case with following commandline:
$clang -g -O3 -mllvm –enable-partial-inlining creducegenerated-cleaned.c -c
---CRASH---
2016 May 04
2
GSoC 2016 Introduction
Hello everyone,
My name is Ayush Tomar. I'll be working on Learning to Rank stabilisation
project over the summers.
Here are a few things that I plan to do in coming few days:
1. Revise the timeline. There are some portions that I had kept for
the first and second week of coding which have already been done (except
writing tests). So, I'd like to adjust the timeline according to it.
2.
2004 Jul 13
2
Problem
Hi Friends,
I am very new to this list. We are using wine for some of the
application from migrating our desktop from Windows to Linux. We find it
really very useful.
Here I am facing one problem. We are able to run Internet Explorer on
Linux using wine without any problem and infact it is running great
except one problem. In Combobox(ListBox) when we try to select any item
using any
2020 Nov 12
2
[DebugInfo]Crash during building openmpi4.0.0
Hi folks,
While building openmpi.4.0.0(Optimized debug build), using trunk clang we encountered a crash(assertion failure).
Initially assertion seems trivial:
[...]
void llvm::DwarfExpression::addFragmentOffset(const llvm::DIExpression*): Assertion `FragmentOffset >= OffsetInBits && "overlapping or duplicate fragments"' failed.
[...]
But, narrowing to RC. We discovered
2020 Sep 01
4
Filename's in DIBuileder
Try using $PWD/test.cpp on the clang command line. I am seeing the duplicate DIFile entries, but not yet able to reproduce a .debug_line section with multiple directory entries.
--paulr
From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Tomar, Sourabh Singh via llvm-dev
Sent: Tuesday, September 1, 2020 1:07 PM
To: Umesh Kalappa <umesh.kalappa0 at gmail.com>; cfe-dev at
2016 Jun 27
2
xapian-letor: FeatureVector discussion
Hello James, Parth,
Following our discussion on IRC and on code review, the way FeatureVector
class works needs some discussion.
Presently, the FeatureVector class is defined as follows, with a fixed
number of feature count (19):
class FeatureVector::Internal : public Xapian::Internal::intrusive_base{
friend class FeatureVector;
double label;
double score;
2013 Jul 23
3
Selección de valores de la lista y reordenar
Estimados tengo 1 lista de valores aleatorios misma que necesito reordenar
de acuerdo a determinadas condiciones. Ej: sea la siguiente lista (la
primera fila hace referencia a la posición del valor de lista
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
1 7 3 4 8 6 1 4 5 2 3 4 10 15 5
necesito que me tome los valores que son mayores 3 y menores a 8, pero
unicamente considerando los valores hasta la
2010 Jul 19
1
hola
Hola amor!
Finalmente llegué a D.C. Ya estoy en el albergue pero el cuarto solo va a
ser liberado a la una o tal vez dos de la tarde. Pero no importa al menos ya
estoy aqui, ya tomé desayuno que por cierto es horrible. Voy a poder tomar
baño y usar un locker por un dolar. Entonces voy a tomar baño guardar mis
cosas y salir ya que aqui no hago nada.
Cómo fue tu domingo? Cómo está Esteban?
El
2017 Jun 14
6
Regresión ponderada
Colegas:
Necesito hacer una serie de ajustes de un modelo de decaimiento exponencial
a unos datos de concentración de compuestos fluorescentes contra el tiempo.
Para la mayoría de los experimentos tengo tres réplicas por cada tiempo, y
haciendo los gráficos correspondientes parece haber diferencias muy grandes
en la dispersión de los datos, siendo generalmente mas grandes al principio
del
2019 Sep 13
2
DWARF-5 Supported languages Tags C++03, C++11,C++14
Hello Everyone,
I'm working on providing support for New Language Tags, prescribed in
DWARF-5.
DW_LANG_C_plus_plus_03
DW_LANG_C_plus_plus_11
DW_LANG_C_plus_plus_14
While, C++11 and C++14, is defined and can be emitted by Frontend.
"include/clang/Basci/LangStandard.h"
CPlusPlus = (1 << 5),
CPlusPlus11 = (1 << 6),
CPlusPlus14 = (1 << 7),
CPlusPlus17 = (1 <<
2015 Mar 02
1
GSoC 2015 - Weighting Schemes
Hello everyone!
I'm Ayush Tomar, junior undergrad in Computer Science from New Delhi,
India. I love C++ coding and working on machine learning and information
retrieval project. I was exploring the GSoC ideas for Xapian and the
project on "Adding Weighting Schemes" looked really interesting to me. I
wanted to work on text mining/IR this summer and this idea seems perfect!
I have
2013 Feb 25
3
Achicar matriz de datos juntando varias variables en una
Estimados usuarios de R:
Tengo una matriz de datos que la quiero achicar. Por ejemplo las primeras
cuatro preguntas pueden tomar el valor "Sí" o "No". Entonces quiero crear
una nueva variable que toma el valor 1 si se respondió si a la primera
pregunta, 2, si fue Si a la segunda y así sucesivamente. Esto sucede con
varias variables.
¿Cuál seria la forma mas eficiente de
2007 Nov 07
16
file access with mongrel running as windows service
i have an archive of documents (word, excel, jpeg, png, gif...)
residing on a network share that is accessed via send_file.
when running mongrel on the command line the files are properly
delivered.
with mongrel running as a service they don''t.
now normally i would think that should be fixable by configuring the
service to run under a user that can read the files....
but
2020 Apr 01
2
Question WRT llvm.dbg.value
> On Apr 1, 2020, at 2:56 AM, Sourabh Singh Tomar <sourav0311 at gmail.com> wrote:
>
> > Do you mean documenting the desired frontend behavior, or adding some verifier in
> LLVM? A warning for the latter is that SROA may currently emit IR that contains a
> mix of declares and values for different fragments of an aggregate variable, so I
> assume that is something that
2017 Apr 13
2
Variograma - Bins
Hola, cordial saludo, estoy trabajando con geoestadística y tengo la
siguiente inquietud ¿Existe algún criterio óptimo para determinar el número
de bins en un semivariograma? sé que el paquete geoR tiende a tomar por
defecto 13 bins y gstat 15 ¿pero existe algún criterio detrás de dicha
elección? Gracias de antemano a quien pueda resolver mi duda.
--
*Carlos A. Taimal Yepes*
*Estudiante de
2020 Feb 10
2
Numerar filas según valor en una columna
Hola, amigos;
Les presento mi necesidad, a ver si ven cómo resolverla.
Necesito saber el numero relativo de las filas de un data frame, para
poderlos pasar como argumentos en unos scripts de Praat.
Me pasaron un csv con esta estructura:
Informante001 frase(a)
Informante001 frase(b)
Informante001 frase(c) TC
Informante001 frase(d) TC
Informante001 frase(e) TC
Informante001 frase(a)