Quantcast
Channel: BlogoSfera » ES
Browsing all 137 articles
Browse latest View live

glGetVertexAttribPointerv android java equivalent

I’m porting some OpenGL ES 2 code (written in C) to Android (in Java) using the class GLES20. In the C code, I call: glGetVertexAttribPointerv(index, GL_VERTEX_ATTRIB_ARRAY_POINTER, &pointer); Then...

View Article


locale change on ajax call

I get the different locale when I call ajax, When I call this function on page load this gives me es_ES because my site is on Spanish mode function getCareerHtml(){ global $locale; echo $locale.;...

View Article


Can’t get my footer at the right place

as you can see on this jsfiddle, http://jsfiddle.net/gGXzA/ my footer gets mixed-up with my DIV .middle where I was expecting it to be placed underneath (at the bottom of the page) Any idea what the...

View Article

Multiple texture units in shader vs multiple semitransparent textured meshes...

There is a 2D scene using OpenGL ES 2.0. I need to draw a quad with a number of semitransparent textures (kind of noise), that rotate with different phases to simulate an organic like effect. I assume...

View Article

windows 7 file sharing , not accessible in android phone using ES file explorer

Trying to access shared folder on windows 7 , using ED file explorer APP on my android 2.x mobile phone over WiFi LAN. The scan on APP detects the windows machine , but am unable to access the shared...

View Article


Improving elasticsearch performance

I’m using elasticsearch in a python web app in order to query news documents. There’re actually 100000 documents in the database. The original db is a mongo one and elasticsearch is plugged through the...

View Article

Dynamic button onclick issue

I have the following piece of code: protected void Page_Load(object sender, EventArgs e) { for (int i = 1; i < 5; i++) { Button btn = new Button(); btn.ID = "button-" + i.ToString(); btn.Text =...

View Article

Res folders. Read file manually

I have String.xml files organized by language inside my res folder like: res/values res/values-de res/values-es res/values-fr res/values-ga res/values-hi res/values-it ... By default the app make a...

View Article


OpenGL ES Vertex / Indicies

I’m just starting to learn OpenGL ES but am having some trouble understanding how the vertex and indices work. My current understanding is that a Vertex is a point on the shape itself, and that the...

View Article


HTML Special Characters (foreign languages)

Basically I have this string: Český, Deutsch, English (US), Español (ES), Français (France), Italiano, 日本語, 한국어, Polski, 中文(繁體) And I want to convert it into all possible HTML entities (there might be...

View Article

i_ino – 1" of fs/ext2/inode.c?">Why minus one in "inode->i_ino – 1" of fs/ext2/inode.c?

the codes is: void ext2_read_inode (struct inode * inode) { struct buffer_head * bh; struct ext2_inode * raw_inode; unsigned long block_group; unsigned long group_desc; unsigned long desc; unsigned...

View Article

any function can instead the GetData in VertexBuffer on platforms with OpenGL...

When I run my game with monogame for Android from wp, it works: public void InitBuffers() { meshVertices = new VertexData[meshVertexBuffer.VertexCount];...

View Article

Incorrect default DateTimeFormat.ShortDatePattern for culture es-DO

I live in the Dominican Republic and have been developing applications using the .NET Framework for a couple of years. Usually, I create localized applications for this specific culture (es-DO) and...

View Article


Android gallery not updated after ACTION_IMAGE_CAPTURE

I’m using MediaStore.ACTION_IMAGE_CAPTURE to take a picture with MediaStore.EXTRA_OUTPUT to point to the Uri for the DCIM/Camera directory where all the other photo/video files are stored. The photo...

View Article

Android SDK emulator not supporting OpenGL es 2.0 error

I was trying to get Google Map APIv2 working on my Eclipse Android SDK emulator. However, I got the OpenGL not supported warning: 09-11 22:32:43.185: E/Google Maps Android API(1236): Google Maps...

View Article


TypeError: unsupported operand type(s) for ** or pow(): ‘function’ and ‘int’

I don’t know why i can x*2 and y*2 please help i need this i dont get why im getting this error… . . . . .. . . .. .. . . . . . def regresion(lista,n): a=0 b=0 if isinstance(n,int): a...

View Article

Alter python descriptor

I’ve this python descriptor: # Date Descriptor class DateAttribute(): def __init__(self, value=None): self.value = value def __get__(self, instance, value): return self.value def __set__(self,...

View Article


how to get the value of a checkbox in javascript

how do I get the id of the selected checkbox already tried in several ways and does not return values <div class="form"> <li id ='preg1'>¿Qué productos de belleza llevas siempre...

View Article

.NET 4.5 new Uri unescaping double dot when there’s inverted question mark

I have the next problem. I’m trying to post the an status to twitter that contains an inverted question mark and a link. For instance, “¿http.www.google.com”. I’m using twitterizer for posting to...

View Article

OPENGL ES 2.0 translate (move object)

I’m making an app for android, and I have drawn a triangle, I can rotate it but not move it! my question why? Say if you need more info! Source Code: package com.uraniumdevs.projectx; import...

View Article
Browsing all 137 articles
Browse latest View live